@interncom/diplomatic 0.0.65 → 0.0.66
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/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11547,6 +11547,7 @@ var DiplomaticClient = class {
|
|
|
11547
11547
|
continue;
|
|
11548
11548
|
}
|
|
11549
11549
|
await this.store.enqueueDownload(item.sha256, item.recordedAt);
|
|
11550
|
+
await this.store.dequeueUpload(item.sha256);
|
|
11550
11551
|
this.emitXferUpdate();
|
|
11551
11552
|
}
|
|
11552
11553
|
await this.store.setLastFetchedAt(new Date(resp.fetchedAt));
|