You've already forked obsidian-visualiser
Add dynamic text compiling and dynamic children list rendering on DOM.
This commit is contained in:
@@ -3,7 +3,6 @@ import { eq, or } from 'drizzle-orm';
|
||||
import { z } from 'zod/v4';
|
||||
import useDatabase from '~/composables/useDatabase';
|
||||
import { usersTable } from '~/db/schema';
|
||||
import sendMail from '~/../server/tasks/mail';
|
||||
|
||||
const schema = z.object({
|
||||
profile: z.string(),
|
||||
@@ -33,7 +32,7 @@ export default defineEventHandler(async (e) => {
|
||||
id, timestamp,
|
||||
}
|
||||
});
|
||||
await sendMail({
|
||||
await runTask('mail', {
|
||||
payload: {
|
||||
type: 'mail',
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user