mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Cleanup
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
import app from "./webserver";
|
||||
import { createPass } from "..";
|
||||
import { PassWithBarcodeMethods } from "../src/pass";
|
||||
|
||||
app.all(async function manageRequest(request, response) {
|
||||
const passName = request.params.modelName + "_" + (new Date()).toISOString().split('T')[0].replace(/-/ig, "");
|
||||
|
||||
Reference in New Issue
Block a user