Skip to content

Commit

Permalink
Typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GravlLift committed Sep 12, 2023
1 parent 9616181 commit 3ffb2b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/halo-infinite-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import {
import { HaloAuthenticationClient } from "../authentication/halo-authentication-client";
import { Playlist } from "../models/halo-infinite/playlist";
import { MatchType } from "../models/halo-infinite/match-type";
import { MatchStats } from "src/models/halo-infinite/match-stats";
import { PlayerMatchHistory } from "src/models/halo-infinite/player-match-history";
import { MatchSkill } from "src/models/halo-infinite/match-skill";
import { MatchStats } from "../models/halo-infinite/match-stats";
import { PlayerMatchHistory } from "../models/halo-infinite/player-match-history";
import { MatchSkill } from "../models/halo-infinite/match-skill";

interface ResultContainer<TValue> {
Id: string;
Expand Down

0 comments on commit 3ffb2b0

Please sign in to comment.