Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Aug 14, 2023
1 parent 5cf0492 commit d8c76be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/snapshots.actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export function exportSnapshot(snapshot: NormalizedSnapshot) {
})
}
}

export async function addSnapshot(snapshot: NormalizedSnapshot): Promise<void> {
if (!Info.isBg) return await IPC.bg('addSnapshot', snapshot)

Expand Down

0 comments on commit d8c76be

Please sign in to comment.