]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix lint
authorChocobozzz <me@florianbigard.com>
Thu, 3 Jun 2021 06:58:10 +0000 (08:58 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 3 Jun 2021 06:58:10 +0000 (08:58 +0200)
shared/models/server/server-error-code.enum.ts

index 43996e7aad678efc18a009f1d8ca13b367372334..2795fa569bbeec04311228e674f4616c2ba85232 100644 (file)
@@ -50,7 +50,6 @@ export const enum OAuth2ErrorCode {
    */
   INVALID_CLIENT = 'invalid_client',
 
-
   /**
    * The access token provided is expired, revoked, malformed, or invalid for other reasons
    *