Skip to content

Commit

Permalink
fix: remove ; from env file and update char keys
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni committed Jul 17, 2024
1 parent bd913f4 commit 918f05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_BACKEND_URL = 'https://backend.dval.in';
VITE_BACKEND_URL='https://backend.dval.in'
1 change: 1 addition & 0 deletions src/lib/types/keys/CharacterKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const characterKeyList = [
'Diluc',
'Diona',
'Dori',
'Emilie',
'Eula',
'Faruzan',
'Fischl',
Expand Down

0 comments on commit 918f05e

Please sign in to comment.