]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/server/contact.ts
Force video updatedAt update on update
[github/Chocobozzz/PeerTube.git] / server / controllers / api / server / contact.ts
index ae36dd599a05b9d0dc2541deefa9f40f2470b30a..09ff50f694e41260d83b08145ddfb22c615be03f 100644 (file)
@@ -1,9 +1,9 @@
-import * as express from 'express'
-import { asyncMiddleware, contactAdministratorValidator } from '../../../middlewares'
-import { Redis } from '../../../lib/redis'
-import { Emailer } from '../../../lib/emailer'
-import { ContactForm } from '../../../../shared/models/server'
+import express from 'express'
 import { HttpStatusCode } from '../../../../shared/models/http/http-error-codes'
+import { ContactForm } from '../../../../shared/models/server'
+import { Emailer } from '../../../lib/emailer'
+import { Redis } from '../../../lib/redis'
+import { asyncMiddleware, contactAdministratorValidator } from '../../../middlewares'
 
 const contactRouter = express.Router()