aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/remote/pods.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/api/remote/pods.ts')
-rw-r--r--server/controllers/api/remote/pods.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/remote/pods.ts b/server/controllers/api/remote/pods.ts
index 7a9a0c4f0..9c9d2164d 100644
--- a/server/controllers/api/remote/pods.ts
+++ b/server/controllers/api/remote/pods.ts
@@ -1,4 +1,4 @@
1import express = require('express') 1import * as express from 'express'
2import * as waterfall from 'async/waterfall' 2import * as waterfall from 'async/waterfall'
3 3
4import { database as db } from '../../../initializers/database' 4import { database as db } from '../../../initializers/database'