1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00

Fix types after merge

This commit is contained in:
Adria Navarro 2023-08-07 15:33:50 +03:00
parent f1739d9aa4
commit 4d2fef6b19

View file

@ -1072,7 +1072,7 @@ describe("/rows", () => {
)
const createViewResponse = await config.api.viewV2.create({
query: { equal: { age: 40 } },
query: [{ operator: "equal", field: "age", value: 40 }],
})
const response = await config.api.viewV2.search(createViewResponse.id)