Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Feb 7, 2023
1 parent f8a6be4 commit ccfee5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ declare namespace Realm {
interface ClientResetRecoveryOrDiscardConfiguration {
mode: ClientResetMode.RecoverOrDiscardUnsyncedChanges;
onBefore?: ClientResetBeforeCallback;
onRecovery: ClientResetAfterCallback;
onDiscard: ClientResetAfterCallback;
onRecovery?: ClientResetAfterCallback;
onDiscard?: ClientResetAfterCallback;
onFallback?: ClientResetFallbackCallback;
}

Expand Down

0 comments on commit ccfee5c

Please sign in to comment.