Skip to content

Commit d5689d4

Browse files
linting
1 parent f484ce8 commit d5689d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/columns

src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/columns/bigint.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { page } from '$app/state';
33
import { sdk } from '$lib/stores/sdk';
44
import type { Models } from '@appwrite.io/console';
5-
5+
66
function normalizeBigInt(value) {
77
if (value === undefined) return undefined;
88
if (value === null) return null;

0 commit comments

Comments
 (0)