mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2025-06-27 23:20:23 -04:00
fix code style issues, make travis-ci happy
This commit is contained in:
parent
6fc4832f97
commit
d05faba7fd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class WebHelper extends Helper {
|
|||
if (urlFunction) {
|
||||
const url = urlFunction(asset);
|
||||
|
||||
nets({ url: url }, function(err, resp, body) {
|
||||
nets({url: url}, (err, resp, body) => {
|
||||
// body is a Buffer
|
||||
if (err) {
|
||||
tryNextSource();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue