fix lose override

This commit is contained in:
pompurin404 2024-08-13 15:46:32 +08:00
parent 2c5aa1a482
commit 71bb2c5f05
No known key found for this signature in database

View File

@ -103,6 +103,7 @@ export async function createProfile(item: Partial<IProfileItem>): Promise<IProfi
type: item.type,
url: item.url,
interval: item.interval || 0,
override: item.override || [],
updated: new Date().getTime()
} as IProfileItem
switch (newItem.type) {