mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 11:28:11 +08:00
temp fixes for TS lint (#2352)
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user