Skip to content

Commit 0266d65

Browse files
committed
typo
1 parent 83f0665 commit 0266d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/zoho_books/sources/new-or-updated-invoice/new-or-updated-invoice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
},
2626
getParams(lastDate) {
2727
return {
28-
last_modifed_time: this.formatTimestamp(lastDate),
28+
last_modified_time: this.formatTimestamp(lastDate),
2929
};
3030
},
3131
formatTimestamp(ts) {

0 commit comments

Comments
 (0)