From 964ccf6d7e9fa142cb979493df74599c0cc259b1 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Sat, 24 Feb 2024 17:37:03 -0500 Subject: [PATCH] fix: use full relative path import --- src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache.ts b/src/cache.ts index 1dc88839..d384be80 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -9,7 +9,7 @@ import type { Permissions, InstallationAccessTokenData, REPOSITORY_SELECTION, -} from "./types"; +} from "./types.js"; export function getCache() { return new LRUCache({