Update publishOnSwarm.js

pull/1/head
yann300 6 years ago committed by GitHub
parent 69f410dc60
commit 04d6749462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/contract/publishOnSwarm.js

@ -1,7 +1,7 @@
'use strict' 'use strict'
var async = require('async') var async = require('async')
var swarmgw = require('swarmgw') var swarmgw = require('swarmgw')()
module.exports = (contract, fileManager, cb, swarmVerifiedPublishCallBack) => { module.exports = (contract, fileManager, cb, swarmVerifiedPublishCallBack) => {
// gather list of files to publish // gather list of files to publish

Loading…
Cancel
Save