Skip to content

Commit 32a1ed4

Browse files
committed
Fix for bad example
1 parent eceadec commit 32a1ed4

File tree

1 file changed

+1
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query

1 file changed

+1
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/ExamplesContent.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LIMIT 20`,
4848
total_cost,
4949
usage_duration,
5050
machine,
51-
created_at
51+
triggered_at
5252
FROM runs
5353
WHERE triggered_at > now() - INTERVAL 7 DAY
5454
ORDER BY total_cost DESC
@@ -79,4 +79,3 @@ export function ExamplesContent({
7979
</div>
8080
);
8181
}
82-

0 commit comments

Comments
 (0)