Skip to content

Commit 85c5702

Browse files
Dan JonesDan Jones
authored andcommitted
Remove todo comments
1 parent b3f53a8 commit 85c5702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/response/api-response.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ export type ApiWeaviateObject = {
197197
/** The returned metadata of the object. */
198198
metadata: ApiReturnMetadata;
199199
/** The returned references of the object. */
200-
references: null; // TODO: QA never requests references, so they're never returned?? Check this
200+
references: null;
201201
/** The UUID of the object. */
202202
uuid: string;
203203
/** The returned vectors of the object. */
204-
vector: Vectors; // TODO: note no s!
204+
vector: Vectors;
205205
collection: string; // NOTE: NEW
206206
};
207207

0 commit comments

Comments
 (0)