Fixed pusher lint error
This commit is contained in:
parent
592e07bc4f
commit
d523eee5bd
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ export class AuthenticateController extends BaseController {
|
|||
messages: [],
|
||||
visitCardUrl: null,
|
||||
textures: [],
|
||||
userRoomToken: undefined
|
||||
userRoomToken: undefined,
|
||||
};
|
||||
try {
|
||||
data = await adminApi.fetchMemberDataByUuid(email, playUri, IPAddress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue