Skip to content

Commit d57b576

Browse files
authored
fix: lint
1 parent ba3c602 commit d57b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function dateToString(date) {
104104
'T' +
105105
String(date.getHours()).padStart(2, '0') +
106106
':' +
107-
String(date.getMinutes()).padStart(2, '0')
107+
String(date.getMinutes()).padStart(2, '0') +
108108
':' +
109109
String(date.getSeconds()).padStart(2, '0') +
110110
'.' +

0 commit comments

Comments
 (0)