File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
formatting/actions/date-time-format Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default defineAction({
4141
4242 $ . export ( "$summary" , "Successfully formatted date/time" ) ;
4343 return output ;
44- } catch ( _err ) {
44+ } catch ( err ) {
4545 throw new ConfigurationError ( `**Parse error** - check your input and if the selected format is correct.
4646
4747${ err . message } `) ;
Original file line number Diff line number Diff line change 1- import { defineAction , JSONValue } from "@pipedream/types" ;
1+ import {
2+ defineAction , JSONValue ,
3+ } from "@pipedream/types" ;
24import dayjs from "dayjs" ;
35import namely from "../../app/namely.app" ;
46
Original file line number Diff line number Diff line change 1- import { defineAction , JSONValue } from "@pipedream/types" ;
1+ import {
2+ defineAction , JSONValue ,
3+ } from "@pipedream/types" ;
24import dayjs from "dayjs" ;
35import namely from "../../app/namely.app" ;
46
You can’t perform that action at this time.
0 commit comments