↓ 1 callersFunctionupdatePlayer(
id: PlayerModel['_id'],
{ firstName, gameName, lastName, country, steam64ID, hasImage, team }: UpdatePla
server/src/core/PlayerCore.ts:145
↓ 1 callersFunctionupdateTeamLogo(
id: TeamModel['_id'],
{ nameLong, nameShort, country, isLogo, path }: NewTeam
)
server/src/core/TeamCore.ts:180
FunctionConfirmModal({
isOpen,
onClose,
onDelete,
modalBody,
modalHeader,
team
}: ConfirmModalProps)
client/src/dashboard/components/Modals.tsx:80
FunctionTeamSelectionModal({
isOpen,
onClose,
teams,
onSelected,
teamA,
teamB
}: TeamSelectionProps)
client/src/dashboard/components/Modals.tsx:26