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 // Please note this is experimental in NodeJS as
// it is marked as Stage 3 in TC39 // it is marked as Stage 3 in TC39
// Should probably not be used in production // 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; const PKPass = passkit.PKPass;

View File

@@ -48,7 +48,6 @@ const RelevantDate = Joi.object<RelevantDate>().keys({
endDate: Joi.string().required(), endDate: Joi.string().required(),
}); });
export interface FileBuffers { export interface FileBuffers {
[key: string]: Buffer; [key: string]: Buffer;
} }
@@ -130,7 +129,6 @@ export interface PassProps {
*/ */
parkingInformationURL?: string; parkingInformationURL?: string;
/** /**
* New field for iOS 18 Event Ticket. * New field for iOS 18 Event Ticket.
* @domain event guide * @domain event guide