Browse Source

just for test

Ivan Asmer 2 years ago
parent
commit
ad6efdbaba
1 changed files with 0 additions and 1 deletions
  1. 0 1
      index.js

+ 0 - 1
index.js

@@ -14,7 +14,6 @@ const upload  = require('multer')({ dest: uploadPath })
 const uploadTrackPath = `${__dirname}/public/track/`;
 const uploadTrack  = require('multer')({ dest: uploadTrackPath, fieldSize: 1024*1024*128 })
 
-
 ;(async () => {
 
     const {Savable, slice, getModels} = await require('./models.js')()