temp fixes for TS lint (#2352)

This commit is contained in:
Bruce Martin
2021-07-29 18:31:38 -07:00
committed by GitHub
parent 8136387127
commit 0e7daea737
6 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ export default class AnnoMatrixLoader extends AnnoMatrix {
result.colIndex.labels()
);
result = normalizeResponse(field, query, this.schema, result);
result = normalizeResponse(field, this.schema, result);
return [whereCacheUpdate, result];
}