mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
update deps
This commit is contained in:
@@ -27,7 +27,7 @@ function asset_request(req, callback) {
|
||||
fs.readFile(filename, function(err, data) {
|
||||
callback({
|
||||
body: data,
|
||||
type: mime.lookup(filename),
|
||||
type: mime.getType(filename),
|
||||
err: err,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user