chg: dev: refactor the code - there was unnecessary codes and wrongly formatted or designed code that are related to Repositories #7
This commit is contained in:
@@ -30,7 +30,7 @@ const useGameDataProvider = gameAssoc => {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ gameAssoc }),
|
||||
}),
|
||||
}).then(r => r.json()),
|
||||
});
|
||||
|
||||
const joinMutation = useMutation({
|
||||
|
||||
Reference in New Issue
Block a user