Skip to content

Commit

Permalink
Fix import of chrono-node in PayPal CSV converter
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Feb 12, 2024
1 parent 00e6439 commit cbe6720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/csv2yaml/paypal.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fse from "fs-extra"
import yaml from "js-yaml"
import converter from "converter"
import chrono from "chrono-node"
import * as chrono from "chrono-node"

import {
rmEmptyString,
Expand Down

0 comments on commit cbe6720

Please sign in to comment.