From 817f5b82f9639a7041ed65ade8d38d850de14fbd Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 22 Jul 2022 01:49:54 +0200 Subject: [PATCH] Remove unused import --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 61494ed..8edd3e7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,6 @@ import {getMatch} from "./match/match"; import {storageDelete, storageGet} from "./store/store"; import {Match, matches} from "./match/matches"; -import play = chrome.cast.media.timeout.play; async function main() { let match: Match;