Fix types after merge
This commit is contained in:
parent
f1739d9aa4
commit
4d2fef6b19
|
@ -1072,7 +1072,7 @@ describe("/rows", () => {
|
||||||
)
|
)
|
||||||
|
|
||||||
const createViewResponse = await config.api.viewV2.create({
|
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)
|
const response = await config.api.viewV2.search(createViewResponse.id)
|
||||||
|
|
Loading…
Reference in New Issue