git ssb

0+

Dominic / ssb-peer-invites



Commit 1936a257b6607b94f9cf0a8a6750c0776bc48236

update cap to be clear it is not intended this to be the final cap when this is actually deployed!

Dominic Tarr committed on 4/26/2018, 9:49:22 PM
Parent: 972b3489f98dc081f6177e8c5097c7d4e1dcff46

Files changed

cap.jschanged
cap.jsView
@@ -5,7 +5,6 @@
55 'string' == typeof s ? new Buffer(s, 'utf8') : s
66 )
77 }
88
9-module.exports = hash("user-invites:development")
9 +module.exports = hash("user-invites:DEVELOPMENT")
1010
11-

Built with git-ssb-web