1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 18:20:27 +09:00

remove unused variable

This commit is contained in:
Andrew Simachev 2024-11-21 14:53:04 +01:00
parent 1bc91613c9
commit 4b6f7b5255
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -1002,7 +1002,6 @@ class UtilData {
};
graphFilters () {
const { space } = S.Common;
const templateType = S.Record.getTemplateType();
const filters: any[] = [
{ relationKey: 'isHidden', condition: I.FilterCondition.NotEqual, value: true },