Skip to content

Commit 75f06d3

Browse files
Update apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 30f4019 commit 75f06d3

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const loader = async ({ request, params }: LoaderFunctionArgs) => {
1616
packageVersion: coreVersion,
1717
gitSha: process.env.BUILD_GIT_SHA,
1818
gitRefName: process.env.BUILD_GIT_REF_NAME,
19-
buildTimestampSeonds: process.env.BUILD_TIMESTAMP_SECONDS,
19+
buildTimestampSeconds: process.env.BUILD_TIMESTAMP_SECONDS,
2020
} satisfies BuildInfo,
2121
});
2222
};

0 commit comments

Comments
 (0)