Updates
This commit is contained in:
+4
-1
@@ -51,7 +51,10 @@ function checks(_a) {
|
||||
}
|
||||
}
|
||||
if (method == "GET" && getMiddleware) {
|
||||
newQuery = yield getMiddleware({ query: newQuery || {} });
|
||||
newQuery = yield getMiddleware({
|
||||
query: newQuery || {},
|
||||
table,
|
||||
});
|
||||
}
|
||||
if (method !== "GET" && crudMiddleware) {
|
||||
const middRes = yield crudMiddleware({
|
||||
|
||||
Reference in New Issue
Block a user