From f4a81d9d03f0947766502eb31011cedb76c45b2e Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 19 May 2024 21:32:12 -0500 Subject: [PATCH] fix build failure --- packages/steam/src/steam.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/steam/src/steam.ts b/packages/steam/src/steam.ts index 1b845adf..357d40e8 100644 --- a/packages/steam/src/steam.ts +++ b/packages/steam/src/steam.ts @@ -6,6 +6,7 @@ import Dota2 from 'dota2' import type { Long } from 'mongodb' import retry from 'retry' import Steam from 'steam' +// @ts-expect-error no types import steamErrors from 'steam-errors' import MongoDBSingleton from './MongoDBSingleton.js' import type { Cards, DelayedGames } from './types/index.js'