Update FromChromeBrowserTimeStamp.mjs

This commit is contained in:
Michael H 2024-06-12 12:42:03 +01:00 committed by GitHub
parent 019f37470b
commit 687f443c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,5 +38,4 @@ class FromChromeBrowserTimestamp extends Operation {
return d.tz("UTC").format("ddd D MMMM YYYY HH:mm:ss") + " UTC";
}
}
export default FromChromeBrowserTimestamp;