Skip to content

Commit

Permalink
fix(Player.ts): Fix the import of BattleLogResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloRNC authored Sep 3, 2022
1 parent 6853b0f commit 680352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Player.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 680352b

Please sign in to comment.