Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 9, 2023
1 parent d388eef commit a45e721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function announcementSync() {
} catch (err) {
SystemLogger.error({
msg: 'Failed to sync with Rocket.Chat Cloud',
url: '/sync',
url: '/comms/workspace',
err,
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function syncWorkspace() {
if (error instanceof CloudWorkspaceAccessTokenError) {
// TODO: Remove License if there is no access token
}
console.error(error);
}

await getCachedSupportedVersionsToken.reset();
Expand Down

0 comments on commit a45e721

Please sign in to comment.