Skip to content

Commit 047f162

Browse files
Update components/klipfolio/actions/update-datasource/update-datasource.mjs
Co-authored-by: michelle0927 <michelle0927@users.noreply.github.com>
1 parent b489f66 commit 047f162

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/klipfolio/actions/update-datasource/update-datasource.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default {
4242
name: this.name,
4343
description: this.description,
4444
refreshInterval: parseInt(this.refreshInterval, 10),
45-
4645
},
4746
});
4847
$.export("$summary", `Successfully updated Datasource named '${this.name}'`);

0 commit comments

Comments
 (0)