Skip to content

Commit

Permalink
fix lose override
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 13, 2024
1 parent 2c5aa1a commit 71bb2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/config/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 71bb2c5

Please sign in to comment.