1 parent d5c287c commit e0b935eCopy full SHA for e0b935e
1 file changed
mockServer/src/services/blockCategory.js
@@ -56,7 +56,7 @@ export default class BlockCategoryService {
56
}
57
58
async find(params) {
59
- const result = await this.store.find(params || {})
+ const result = await this.store.find()
60
return getResponseData(result)
61
62
0 commit comments