Open iammuhammadahmad opened 1 month ago
This pull request fixes Issue #369, where the game throws an error for Guest users due to AuthProvider being undefined.
Changes Made:
Added the missing import(Commit):
import { AuthProvider } from '@prisma/client';
Ensured the game logic correctly handles Guest users without errors.
This fixes the error, ensuring smooth gameplay functionality for Guest users.
This pull request fixes Issue #369, where the game throws an error for Guest users due to AuthProvider being undefined.
Changes Made:
Added the missing import(Commit):
import { AuthProvider } from '@prisma/client';
Ensured the game logic correctly handles Guest users without errors.
This fixes the error, ensuring smooth gameplay functionality for Guest users.