Typo
This commit is contained in:
parent
4c68d14d7a
commit
fdb1da322c
|
@ -12,7 +12,7 @@ interface Props {}
|
||||||
const Invitation: Component<Props> = (props) => {
|
const Invitation: Component<Props> = (props) => {
|
||||||
const [saving, save] = createServerAction$(async (values: any) => {
|
const [saving, save] = createServerAction$(async (values: any) => {
|
||||||
const db = new PouchDb(".db");
|
const db = new PouchDb(".db");
|
||||||
const id = `invitation/${uuid()}}`;
|
const id = `invitation/${uuid()}`;
|
||||||
await db.put({
|
await db.put({
|
||||||
_id: id,
|
_id: id,
|
||||||
type: "invitation",
|
type: "invitation",
|
||||||
|
|
Loading…
Reference in New Issue