mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
chore: trim whitespace when converting staging key to production
This commit is contained in:
@@ -37,7 +37,7 @@ const stagingToProduction = (staging: StagingSettings): ProductionSettings => ({
|
|||||||
keys: objectify(
|
keys: objectify(
|
||||||
staging.qmc2.keys,
|
staging.qmc2.keys,
|
||||||
(item) => item.name.normalize(),
|
(item) => item.name.normalize(),
|
||||||
(item) => item.key
|
(item) => item.key.trim()
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user