Skip to content

Commit

Permalink
Remove single semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jun 26, 2020
1 parent 24dcc15 commit 9d893da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-server-polkadot/server.js
@@ -1,4 +1,4 @@
const polkadot = require('polkadot');
const polkadot = require('polkadot')
const next = require('next')

const port = parseInt(process.env.PORT, 10) || 3000
Expand Down

0 comments on commit 9d893da

Please sign in to comment.