mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
lint
This commit is contained in:
@@ -30,7 +30,7 @@ export const gameHandler = (socket, window, gameDOM) => {
|
|||||||
UserUtility.validateAnonUserSignature(stateBucket.environment),
|
UserUtility.validateAnonUserSignature(stateBucket.environment),
|
||||||
window
|
window
|
||||||
);
|
);
|
||||||
}
|
};
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
window.fetch(
|
window.fetch(
|
||||||
'/api/games/environment',
|
'/api/games/environment',
|
||||||
|
|||||||
Reference in New Issue
Block a user