Skip to content

Commit 0ae1229

Browse files
committed
updates
1 parent 6195fc1 commit 0ae1229

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/workday/sources/common/base-polling.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export default {
1212
},
1313
},
1414
},
15+
methods: {},
1516
};

components/workday/workday.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default {
138138
});
139139
},
140140
async *paginate({
141-
fn, args, max,
141+
fn, args = {}, max,
142142
}) {
143143
args = {
144144
...args,

0 commit comments

Comments
 (0)