mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
switch to plebdevs.com domain, fix import bug
This commit is contained in:
parent
74492eee12
commit
737c17b284
@ -12,6 +12,8 @@ import { updateUser, getUserByPubkey, createUser, getUserByEmail } from "@/db/mo
|
||||
import { createRole } from "@/db/models/roleModels";
|
||||
import appConfig from "@/config/appConfig";
|
||||
|
||||
// todo: currently email accounts ephemeral privkey gets saved to db but not anon user, is this required at all given the newer auth setup?
|
||||
|
||||
const ndk = new NDK({
|
||||
explicitRelayUrls: [...appConfig.defaultRelayUrls]
|
||||
});
|
||||
|
@ -11,7 +11,7 @@ import { useRouter } from "next/router";
|
||||
import { ProgressSpinner } from 'primereact/progressspinner';
|
||||
import axios from 'axios';
|
||||
import ZapThreadsWrapper from '@/components/ZapThreadsWrapper';
|
||||
import { appConfig } from "@/config/appConfig";
|
||||
import appConfig from "@/config/appConfig";
|
||||
|
||||
const Details = () => {
|
||||
const [event, setEvent] = useState(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user