MCPcopy Create free account
hub / github.com/code100x/cms / seedNotionMetadata

Function seedNotionMetadata

prisma/seed.ts:167–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167async function seedNotionMetadata() {
168 try {
169 await db.notionMetadata.create({
170 data: {
171 id: 1,
172 notionId: '39298af78c0f4c4ea780fd448551bad3',
173 contentId: 2,
174 },
175 });
176 } catch (error) {
177 console.error('Error seeding Notion metadata:', error);
178 throw error;
179 }
180}
181
182async function seedVideoMetadata() {
183 try {

Callers 1

seedDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected