We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec41811 commit 018d216Copy full SHA for 018d216
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "notabug",
3
- "version": "0.3.3.1",
+ "version": "0.3.3.2",
4
"private": true,
5
"dependencies": {
6
"babel-cli": "^6.26.0",
src/state/notabug/main.js
@@ -19,8 +19,8 @@ const initialState = ({ history }) => {
19
countVotes: COUNT_VOTES,
20
disableValidation: true,
21
peers: [
22
- //window.location.origin + "/gun",
23
- "https://notabug.io/gun",
+ window.location.origin + "/gun",
+ //"https://notabug.io/gun",
24
]
25
});
26
0 commit comments