Skip to content

Commit 71bb2c5

Browse files
author
pompurin404
committed
fix lose override
1 parent 2c5aa1a commit 71bb2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/config/profile.ts

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export async function createProfile(item: Partial<IProfileItem>): Promise<IProfi
103103
type: item.type,
104104
url: item.url,
105105
interval: item.interval || 0,
106+
override: item.override || [],
106107
updated: new Date().getTime()
107108
} as IProfileItem
108109
switch (newItem.type) {

0 commit comments

Comments
 (0)