1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove extra bracket not needed after ES6

Co-Authored-By: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Fernando 2020-04-02 23:45:23 +02:00 committed by GitHub
parent 59d239f319
commit eb8ae3ea70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,4 +101,3 @@ import globalize from 'globalize';
return {
getLocale: getLocale
};
});