Skip to content

Commit 92c44e4

Browse files
authored
Add missing comma
1 parent e31def9 commit 92c44e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nocodb/nocodb.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default {
123123
args.params = {
124124
...args.params,
125125
offset: 0,
126-
limit: 1000
126+
limit: 1000,
127127
};
128128
do {
129129
const {

0 commit comments

Comments
 (0)