Skip to content

Commit db0da90

Browse files
committed
revert unwanted changes
1 parent 0c0cd40 commit db0da90

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ yarn-error.log
77
dist/
88
games/metadata.json
99
public/*.json
10-
.vscode/

.vscode/extensions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"clinyong.vscode-css-modules",
4+
"EditorConfig.EditorConfig",
5+
"svelte.svelte-vscode",
6+
"astro-build.astro-vscode"
7+
]
8+
}

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"deno.enable": false
3+
}

src/lib/game-saving/account.ts

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export interface Game {
5757
roomParticipants?: RoomParticipant[]
5858
isRoomOpen?: boolean
5959
password?: string
60-
salt?: string
6160
}
6261

6362
export interface LoginCode {

0 commit comments

Comments
 (0)