Skip to content

Commit 84fd420

Browse files
Removed: $ prefix from project var in session updater function.
1 parent eedbe51 commit 84fd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/auth/security/updateSessionLength.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
async function updateSessionLength() {
1919
try {
20-
await sdk.forConsole.projects.updateAuthDuration($project.$id, $baseValue);
20+
await sdk.forConsole.projects.updateAuthDuration(project.$id, $baseValue);
2121
await invalidate(Dependencies.PROJECT);
2222
2323
addNotification({

0 commit comments

Comments
 (0)