Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix: Fixes missing process id
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaavalon committed Jun 21, 2023
1 parent 8ec974f commit 5b4fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { main } from "@cloudflare-ddns/app";

config();
const processId = uuid();
await main();
await main({ processId });

0 comments on commit 5b4fd91

Please sign in to comment.