Skip to content

Commit 1a713b1

Browse files
Add TODO
1 parent 6c80894 commit 1a713b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/database/src/exp/Reference.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface ThenableReference
6262
Pick<Promise<Reference>, 'then' | 'catch'> {}
6363

6464
export function child(ref: Reference, path: string): Reference {
65+
// TODO: Accept Compat class
6566
return new Reference(ref._repo, pathChild(ref._path, path));
6667
}
6768

0 commit comments

Comments
 (0)