Skip to content

Commit

Permalink
상태메시지 롤백 to 'ongame'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj9109 committed Dec 16, 2023
1 parent 95da080 commit 81ddd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/frontend/src/components/common/LiveStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useCallback, useEffect, useState } from 'react';
export enum EnumUserStatus {
ONLINE = 'online',
OFFLINE = 'offline',
ONGAME = 'on game',
ONGAME = 'ongame',
}

const USER_STATUS_EVENT_NAME = 'userStatus';
Expand Down

0 comments on commit 81ddd9f

Please sign in to comment.