feat(NOSTR_TOPIC): Changing default nostr topic

This commit is contained in:
Chris Troutner
2025-05-19 15:34:36 -07:00
parent 23d5118b52
commit 49063456b6
4 changed files with 85 additions and 85 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ import fs from 'fs'
// import User from '../../../src/adapters/localdb/models/users.js'
// Customize these variables
const EMAIL = 'someone@somewhere.com'
const NAME = 'Someone'
const EMAIL = 'test@test.com'
const NAME = 'tester'
const PASSWORD = 'test'
async function createUser () {