Skip to content

Commit

Permalink
Remove host field in database
Browse files Browse the repository at this point in the history
  • Loading branch information
neosunhan committed Jul 7, 2022
1 parent 38338a6 commit c56fb43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/lobby/Lobby.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const Lobby: React.FC = () => {
const userId: string = user?.uid as string
const roomId: string = userId
set(ref(database, `rooms/${roomId}`), {
host: userId,
players: {
[userId]: user?.displayName,
},
Expand Down

1 comment on commit c56fb43

@vercel
Copy link

@vercel vercel bot commented on c56fb43 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

scramble – ./

scramble-git-main-neosunhan.vercel.app
scramble-vert.vercel.app
scramble-neosunhan.vercel.app

Please sign in to comment.