Skip to content

Commit

Permalink
~ Remove unnecessary eslint disable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 29, 2023
1 parent 02411bf commit d9d91d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ function runApp() {

imageCache.add(url, mimeType, data, expiryTimestamp)

// eslint-disable-next-line n/no-callback-literal
resolve(new Response(data, {
headers: { 'content-type': mimeType }
}))
Expand Down

0 comments on commit d9d91d7

Please sign in to comment.