Skip to content
Snippets Groups Projects

Fix GetToNotify to account for users with registered identities but no token

Files

+ 1
1
@@ -16,7 +16,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "2.2.0"
const currentVersion = "2.2.1"
func printVersion() {
fmt.Printf("Elixxir Notifications Server v%s -- %s\n\n", SEMVER, GITVERSION)
Loading