mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
chore: fix linting
This commit is contained in:
@@ -179,6 +179,6 @@ export default function (d: Date, format: string) {
|
||||
// Add the format code
|
||||
const ch = results[0].charAt(1)
|
||||
const func = formatCodes[ch]
|
||||
output += func ? func.call(null, d) : '%' + ch
|
||||
output += func ? func(d) : '%' + ch
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user