Skip to content

Commit f8360c3

Browse files
Copilothotlong
andcommitted
fix(apps/demo): clarify connect?.() comment — Driver.connect() is optional in interface
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> Agent-Logs-Url: https://github.com/objectstack-ai/objectql/sessions/b2684b8f-f82b-4586-af12-a917a8f44471
1 parent 37016be commit f8360c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo/objectstack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default {
8989
ctx.registerService('driver.default', defaultDriver);
9090
},
9191
start: async () => {
92-
// Both MemoryDriver and TursoDriver implement connect()
92+
// Driver.connect() is optional in the interface; call if present
9393
await defaultDriver.connect?.();
9494
},
9595
},

0 commit comments

Comments
 (0)