diff options
Diffstat (limited to 'server/initializers/migrations/0005-email-pod.ts')
-rw-r--r-- | server/initializers/migrations/0005-email-pod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/migrations/0005-email-pod.ts b/server/initializers/migrations/0005-email-pod.ts index ceefaad4a..ab60f3adb 100644 --- a/server/initializers/migrations/0005-email-pod.ts +++ b/server/initializers/migrations/0005-email-pod.ts | |||
@@ -26,7 +26,7 @@ function up (utils: { | |||
26 | }) | 26 | }) |
27 | } | 27 | } |
28 | 28 | ||
29 | function down (options, callback) { | 29 | function down (options) { |
30 | throw new Error('Not implemented.') | 30 | throw new Error('Not implemented.') |
31 | } | 31 | } |
32 | 32 | ||