Prettier rewrite

This commit is contained in:
Alexander Cerutti
2024-10-12 00:09:31 +02:00
parent fea378b2c1
commit 0827730d41
4 changed files with 39 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ import os from "node:os";
// Please note this is experimental in NodeJS as
// it is marked as Stage 3 in TC39
// Should probably not be used in production
import startData from "./startData.json" assert { "type": "json" };
import startData from "./startData.json" assert { type: "json" };
const PKPass = passkit.PKPass;