2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Update DateTimeDelta.mjs

Another commit for re-build
This commit is contained in:
tomgond
2024-02-23 07:09:04 +02:00
committed by GitHub
parent 4e9567f539
commit e85acee509

View File

@@ -32,7 +32,7 @@ function parseTimeString(timeString) {
}
/**
* DateTime Delta operation
* DateTime Delta operation
*/
class DateTimeDelta extends Operation {