Skip to content

Commit

Permalink
fix: removed getContentType in get-favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kucheriavyi committed Nov 9, 2024
1 parent a5454ca commit fa4accb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/static/get-favicon.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const fs = require('node:fs')
const { getContentType } = require('./get-content-type.js')

getContentType

const getFavicon = (callback) => {
const faviconPath = __dirname + '/default/favicon.ico'

Expand Down

0 comments on commit fa4accb

Please sign in to comment.