mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
oops
This commit is contained in:
parent
7f37b461de
commit
e4b42b4b25
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
// for Node.js interpret
|
||||
|
||||
const { default: Post } = require('../../../built/models/note');
|
||||
const mongodb = require("../../../built/db/mongodb");
|
||||
const Post = mongodb.default.get('posts');
|
||||
|
||||
const { default: zip } = require('@prezzemolo/zip')
|
||||
|
||||
const migrate = async (post) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue