mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 15:23:09 +02:00
oops
This commit is contained in:
parent
bb29f462e2
commit
a6d7492e21
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// for Node.js interpret
|
// for Node.js interpret
|
||||||
|
|
||||||
const { default: Post } = require('../../../built/models/post');
|
const { default: Post } = require('../../../built/models/note');
|
||||||
const { default: zip } = require('@prezzemolo/zip')
|
const { default: zip } = require('@prezzemolo/zip')
|
||||||
|
|
||||||
const migrate = async (post) => {
|
const migrate = async (post) => {
|
||||||
|
|
Loading…
Reference in a new issue