Skip to content

Commit e0b935e

Browse files
committed
fix: review
1 parent d5c287c commit e0b935e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mockServer/src/services/blockCategory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class BlockCategoryService {
5656
}
5757

5858
async find(params) {
59-
const result = await this.store.find(params || {})
59+
const result = await this.store.find()
6060
return getResponseData(result)
6161
}
6262

0 commit comments

Comments
 (0)