Skip to content

Commit

Permalink
Merge pull request #7645 from realm/mwb/fix-warning
Browse files Browse the repository at this point in the history
Fix warning introduced by PR #7632
  • Loading branch information
Michael Wilkerson-Barker authored Apr 29, 2024
2 parents 129a7d6 + 82d9208 commit a8df133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/object-store/sync/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class App : public std::enable_shared_from_this<App>,
/// @param access_token The access token of the user
/// @param refresh_token The refresh token of the user
std::shared_ptr<User> create_fake_user_for_testing(const std::string& user_id, const std::string& access_token,
const std::string& refresh_token);
const std::string& refresh_token) REQUIRES(!m_user_mutex);

// MARK: - Provider Clients

Expand Down

0 comments on commit a8df133

Please sign in to comment.