From 680352bd13ae145582b3432e95aab74ffbdfc338 Mon Sep 17 00:00:00 2001 From: PabloRNC <99443080+PabloRNC@users.noreply.github.com> Date: Sat, 3 Sep 2022 22:46:43 +0200 Subject: [PATCH] fix(Player.ts): Fix the import of BattleLogResponse --- src/structures/Player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Player.ts b/src/structures/Player.ts index e1eb495..13fee1d 100644 --- a/src/structures/Player.ts +++ b/src/structures/Player.ts @@ -1,6 +1,6 @@ import { RoboRumble } from '../utils/RoboRamble' import type { PlayerResponse } from '../types/PlayerResponse' -import type { BattleLogResponse } from 'types/BattleLogResponse' +import type { BattleLogResponse } from '../types/BattleLogResponse' import type { Brawler, Gadget, Gear, StarPower } from '../types/Brawler' export class Player { public tag: string