Skip to content

Commit

Permalink
Update resetLocalDevice name.
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Forooghian <[email protected]>
  • Loading branch information
maratal and lawrence-forooghian authored Jan 4, 2024
1 parent 823f02a commit 6c6f0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ARTRest.m
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ - (void)setupLocalDevice_nosync {
});
}

- (void)resetLocalDevice {
- (void)resetLocalDevice_nosync {
ARTLocalDevice *device = [self device_nosync];
dispatch_sync([ARTRestInternal deviceAccessQueue], ^{
[device resetDetails];
Expand Down

0 comments on commit 6c6f0fb

Please sign in to comment.