Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Chocart <[email protected]>
  • Loading branch information
hughcrt authored Oct 17, 2024
1 parent 42ff2ac commit 58a1f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/api/v1/runs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ runs.get("/count", async (ctx: Context) => {
with runs as (
select distinct on (r.id)
r.*,
eu.id as user_id,2
eu.id as user_id,
eu.external_id as user_external_id,
eu.created_at as user_created_at,
eu.last_seen as user_last_seen,
Expand Down

0 comments on commit 58a1f54

Please sign in to comment.