fix redame

This commit is contained in:
Sebastian Korotkiewicz 2024-02-06 08:45:14 +01:00
parent cc25eb5ae0
commit f22daa89a3
Signed by: skorotkiewicz
GPG key ID: 5BDC557B496BDB0D

View file

@ -35,5 +35,4 @@ import { Snowflake, decodeSnowflake } from "@skorotkiewicz/snowflake-id";
console.log("decodeID", decoded);
// output: { timestamp: '2024-02-06T05:12:47.730Z', machineId: '1', sequence: '0' }
})();
};
```