Skip to content

Commit 13c7ac3

Browse files
authored
ENG-415-file-casing (#236)
1 parent 0fb106f commit 13c7ac3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/database/doc/upsert_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In general, for external references, you can either embed it inline, reference it by `X_local_id` (where local means the platform) or use the db_ids as in the tables.
44

55
```typescript
6-
import type { LocalDocumentDataInput, LocalContentDataInput } from '@repo/database/input_types.ts';
6+
import type { LocalDocumentDataInput, LocalContentDataInput } from '@repo/database/inputTypes.ts';
77

88
const docs: LocalDocumentDataInput[] = [{ "source_local_id": "page1_uid", "created": "2000/01/01", "last_modified": "2001/01/02", author_local_id:"sR22zZ470dNPkIf9PpjQXXdTBjG2"}];
99
const contents: LocalContentDataInput[] = [
File renamed without changes.

0 commit comments

Comments
 (0)