chore: trim whitespace when converting staging key to production
This commit is contained in:
parent
37af011d6a
commit
4b57186cd7
@ -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()
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user