We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b2f14 commit 70f248eCopy full SHA for 70f248e
1 file changed
src/background/background.ts
@@ -31,7 +31,7 @@ const checkOrFetchProblemPageList = async () => {
31
});
32
};
33
34
-const handleRespResult = (status: RESP_STATUS, sendResponse) => {
+const handleRespResult = (status: RESP_STATUS, sendResponse: CallableFunction) => {
35
LocalStorage.set(StorageKey.IS_ERROR, status).then(() => sendResponse(status));
36
37
0 commit comments