Skip to content

Commit

Permalink
fix(api): project.loadBuiltinKey (#5051)
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin authored Mar 5, 2020
1 parent 2e48ea2 commit 0d14e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/project/dao_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func loadBuiltinKey(db gorp.SqlExecutor, projectID int64) (*sdk.ProjectKey, erro
query := gorpmapping.NewQuery(`
SELECT *
FROM project_key
WHERE id = $1
WHERE project_id = $1
AND builtin = true
AND name = 'builtin'
`).Args(projectID)
Expand Down

0 comments on commit 0d14e63

Please sign in to comment.