Skip to content

Commit 9884030

Browse files
committed
GitOps Account - fixes force refresh repository
1 parent 5c05b91 commit 9884030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/gitops/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ export async function updateAccountToken(account) {
5050
export async function forceSyncAccount(account) {
5151
return GitOpsFacade.updateAccount({
5252
environment: account.environment,
53-
lastcommit: 'refresh',
5453
domain: {
55-
id: account.domain.id
54+
id: account.domain.id,
55+
lastcommit: 'refresh'
5656
}
5757
});
5858
}

0 commit comments

Comments
 (0)