Skip to content

Commit b25d79a

Browse files
committed
fix: Fix bad import.
1 parent 7e713f1 commit b25d79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { fromGrpcError } from '../api/errors';
2222
import { documents } from '../api/documents';
2323
import resourceClient from './client';
2424
import { make, Resource as Base } from './common';
25-
import { DocumentStructure } from 'src/api/documents/v0/document-ref';
25+
import { DocumentStructure } from '../api/documents/v0/document-ref';
2626

2727
type CollectionPermission = 'reading' | 'writing' | 'deleting';
2828

0 commit comments

Comments
 (0)