Commit 3430d73dbe628e569cd05cb3bb6aa3191f429911

Authored by Adhidarma Hadiwinoto
1 parent 2f4a46d3dd
Exists in master

PULL: terima respon LOCKED

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -125,7 +125,7 @@ function pullTask() {
125 125 }
126 126 matrix.core_is_healthy = true;
127 127  
128   - if (body == 'NONE') {
  128 + if (body === 'NONE' || body === 'LOCKED') {
129 129 onNoTask();
130 130 return;
131 131 }