Revert "tmp: temporary timeout to test a theory"
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled

This reverts commit d1e4ed7f63.
This commit is contained in:
KernelDeimos
2025-04-10 01:40:21 -04:00
parent d1e4ed7f63
commit c7c7f78255
@@ -36,9 +36,6 @@ class CostService extends BaseService {
cost_uuid,
};
await svc_event.emit('credit.check-available', event);
// Temporary update to test a theory
await new Promise(rslv => setTimeout(rslv, 500));
// specified minimum or 1/10th of a cent
const minimum = options.minimum ?? 100;