Skip to content

Commit 2d32d22

Browse files
authored
Merge pull request #128 from tjholm/fix-broken-import
Fix bad import.
2 parents 7e713f1 + b25d79a commit 2d32d22

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)