mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
Fix unneeded use of let
This commit is contained in:
parent
3613cd6ee0
commit
48a62a2879
@ -11,7 +11,7 @@ export function getAppName() {
|
||||
}
|
||||
|
||||
export function getSafeDeviceName() {
|
||||
let safeName = Constants.deviceName
|
||||
const safeName = Constants.deviceName
|
||||
// Replace non-ascii apostrophe with single quote (default on iOS)
|
||||
.replace(/’/g, '\'')
|
||||
// Remove all other non-ascii characters
|
||||
|
Loading…
Reference in New Issue
Block a user