Skip to content

Commit 018d216

Browse files
committed
Don't point all uis at notabug.io/gun
1 parent ec41811 commit 018d216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notabug",
3-
"version": "0.3.3.1",
3+
"version": "0.3.3.2",
44
"private": true,
55
"dependencies": {
66
"babel-cli": "^6.26.0",

src/state/notabug/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const initialState = ({ history }) => {
1919
countVotes: COUNT_VOTES,
2020
disableValidation: true,
2121
peers: [
22-
//window.location.origin + "/gun",
23-
"https://notabug.io/gun",
22+
window.location.origin + "/gun",
23+
//"https://notabug.io/gun",
2424
]
2525
});
2626

0 commit comments

Comments
 (0)