Skip to content

Commit 67cb98b

Browse files
Copilothotlong
andcommitted
fix: remove unused DEFAULT_ID_LENGTH constant from turso-driver
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/f3d58acb-4d15-42db-a9ef-f318b266842f
1 parent 0e8ed6d commit 67cb98b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/plugins/driver-turso/src/turso-driver.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
import { SqlDriver, type SqlDriverConfig } from '@objectstack/driver-sql';
1717
import type { Client } from '@libsql/client';
1818

19-
/**
20-
* Default ID length for auto-generated IDs.
21-
*/
22-
const DEFAULT_ID_LENGTH = 16;
23-
2419
// ── Configuration Types ──────────────────────────────────────────────────────
2520

2621
/**

0 commit comments

Comments
 (0)