[bug] pairing was triggered by any process update
This commit is contained in:
parent
939c640e8f
commit
4225f41ca0
@ -667,12 +667,12 @@ export default class Services {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('Failed to save diffs to db:', e);
|
console.error('Failed to save diffs to db:', e);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if (!isPaired) {
|
if (!isPaired) {
|
||||||
console.log(updatedProcess);
|
console.log(updatedProcess);
|
||||||
await this.openPairingConfirmationModal(updatedProcess.current_process.states[0]);
|
await this.openPairingConfirmationModal(updatedProcess.current_process.states[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (apiReturn.commit_to_send) {
|
if (apiReturn.commit_to_send) {
|
||||||
const commit = apiReturn.commit_to_send;
|
const commit = apiReturn.commit_to_send;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user