1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Remove extraneous check if view ID exists

This commit is contained in:
Andrew Kingston 2023-08-30 15:46:48 +01:00
parent 7505eccbbc
commit 4bdc35eec2

View file

@ -292,7 +292,7 @@
}
if (!val.resourceId) {
if (val.type === "viewV2") {
val.resourceId = val.id || val.tableId
val.resourceId = val.id
} else {
val.resourceId = val.tableId
}