Skip to content

Commit 70f248e

Browse files
committed
[chore] 타입 명시
1 parent 03b2f14 commit 70f248e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/background/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const checkOrFetchProblemPageList = async () => {
3131
});
3232
};
3333

34-
const handleRespResult = (status: RESP_STATUS, sendResponse) => {
34+
const handleRespResult = (status: RESP_STATUS, sendResponse: CallableFunction) => {
3535
LocalStorage.set(StorageKey.IS_ERROR, status).then(() => sendResponse(status));
3636
};
3737

0 commit comments

Comments
 (0)