From 2347c74fa42bc7af105dd9a54fca7a5c94ae5ad0 Mon Sep 17 00:00:00 2001 From: Inga Date: Fri, 27 Oct 2023 11:41:33 +0000 Subject: [PATCH] committed missed line --- src/storage/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/types.ts b/src/storage/types.ts index 9219ca6..5d6f172 100644 --- a/src/storage/types.ts +++ b/src/storage/types.ts @@ -28,6 +28,7 @@ export type PackageInfo = { export type PackagesRepository = { getPackage( + this: void, carrier: CarrierType, trackingNumber: string, ): Promise>;