Skip to content

Commit

Permalink
revert me: fixup for previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sausage-todd committed Dec 13, 2024
1 parent 3252150 commit 0caa4c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ export default class IntegrationRunRepository extends RepositoryBase<Integration
platform as type,
status as state,
"integrationIdentifier" as identifier,
"tenantId"
"tenantId",
"updatedAt"
from integrations where id = $(integrationId) and "deletedAt" is null
`,
{
Expand Down

0 comments on commit 0caa4c0

Please sign in to comment.