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

Commit

Permalink
Merge pull request #64 from wannacfuture/refactor/remove-25519key-fro…
Browse files Browse the repository at this point in the history
…m-netlify
  • Loading branch information
0x4007 authored Jan 16, 2024
2 parents 714ea60 + 0e4efb0 commit 85177d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion src/types/configuration-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const envConfigSchema = T.Object({
LOG_RETRY_LIMIT: T.Number({ default: 8 }),
SUPABASE_URL: T.String({ format: "uri" }),
SUPABASE_KEY: T.String(),
X25519_PRIVATE_KEY: T.String(),
PRIVATE_KEY: T.String(),
APP_ID: T.Number(),
});
Expand Down
38 changes: 0 additions & 38 deletions src/utils/private.ts

This file was deleted.

0 comments on commit 85177d0

Please sign in to comment.