mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
hotfix usuwania scenerii & changeloga
This commit is contained in:
@@ -115,7 +115,7 @@ export default defineComponent({
|
||||
async updateListToDb() {
|
||||
try {
|
||||
const mappedChangeList = this.store.changeList.map((v) => {
|
||||
if (/^#/.test(v.id)) {
|
||||
if (/^#/.test(v.id.toString())) {
|
||||
return { ...v, id: undefined };
|
||||
}
|
||||
return { ...v };
|
||||
|
||||
Reference in New Issue
Block a user