]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/custom-validators/misc.js
Server: add updatedAt attribute to videos
[github/Chocobozzz/PeerTube.git] / server / helpers / custom-validators / misc.js
index 782ae3dee5f6e5af572370e6c8a6d0596a3cd1b0..0527262419e2a1ef04584dc656fa6ae2ee08aba5 100644 (file)
@@ -1,8 +1,8 @@
 'use strict'
 
 const miscValidators = {
-  exists: exists,
-  isArray: isArray
+  exists,
+  isArray
 }
 
 function exists (value) {