Skip to content

Commit e1c624d

Browse files
authored
Merge branch 'develop' into fix/gatewayclient-issues
2 parents 4ff20c8 + 0af4346 commit e1c624d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GatewayConnectionManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ void GatewayConnectionManager::Update()
283283
}
284284

285285
// Fetch hub info
286-
if (!FetchHubInfo(std::move(authToken))) {
286+
if (!FetchHubInfo(authToken)) {
287287
return;
288288
}
289289

0 commit comments

Comments
 (0)