Update app/lib/server/lib/deprecationWarningLogger.ts

pull/23224/head
Douglas Gubert 4 years ago committed by GitHub
parent c675c4aaac
commit 6a64690c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/lib/server/lib/deprecationWarningLogger.ts

@ -4,6 +4,6 @@ export const deprecationLogger = new Logger('DeprecationWarning', {
sections: {
api: 'API',
method: 'METHOD',
function: 'FUCNTION',
function: 'FUNCTION',
},
});

Loading…
Cancel
Save