diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 16:14:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 16:14:08 +0900 |
| commit | a6d7492e218da57953a2eadac798cbc2f9b96590 (patch) | |
| tree | 964460a636f4b7372b5a55705e5d8de186a13716 /tools | |
| parent | oops (diff) | |
| download | misskey-a6d7492e218da57953a2eadac798cbc2f9b96590.tar.gz misskey-a6d7492e218da57953a2eadac798cbc2f9b96590.tar.bz2 misskey-a6d7492e218da57953a2eadac798cbc2f9b96590.zip | |
oops
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/migration/nighthike/5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/migration/nighthike/5.js b/tools/migration/nighthike/5.js index 97f507733d..2221b667a3 100644 --- a/tools/migration/nighthike/5.js +++ b/tools/migration/nighthike/5.js @@ -1,6 +1,6 @@ // 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 migrate = async (post) => { |