Skip to content

Commit

Permalink
fix: added missing comma for old-import
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwellerreal committed Jan 31, 2025
1 parent 668b6aa commit 7f4fc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/old-import/src/widgets/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const optionMapping: OptionMapping = {
timezone: (oldOptions) => oldOptions.timezone,
useCustomTimezone: () => true,
customTimeFormat: () => undefined,
customDateFormat: () => undefined
customDateFormat: () => undefined,
},
downloads: {
activeTorrentThreshold: (oldOptions) =>
Expand Down

0 comments on commit 7f4fc8f

Please sign in to comment.