Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulphite committed Apr 23, 2024
1 parent 9edc1f2 commit c95454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandCenter/utils/stringToTime.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as chrono from 'chrono-node'

export const stringToTime = (input: string, created: Date): Date => {
let time = chrono.parseDate(
const time = chrono.parseDate(
input,
{ instant: created },
{ forwardDate: true }
Expand Down

0 comments on commit c95454a

Please sign in to comment.