clawmoney 0.10.5 → 0.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hub/executor.js +0 -3
- package/package.json +1 -1
package/dist/hub/executor.js
CHANGED
|
@@ -292,9 +292,6 @@ export class Executor {
|
|
|
292
292
|
if (resp.ok) {
|
|
293
293
|
logger.info(`Escrow ${task.id.slice(0, 8)} submitted successfully`);
|
|
294
294
|
}
|
|
295
|
-
else if (resp.status === 409) {
|
|
296
|
-
logger.info(`Escrow ${task.id.slice(0, 8)} already submitted`);
|
|
297
|
-
}
|
|
298
295
|
else {
|
|
299
296
|
logger.error(`Escrow submit failed (${resp.status}): ${await resp.text()}`);
|
|
300
297
|
}
|