tmp: temporary timeout to test a theory

This commit is contained in:
KernelDeimos
2025-04-10 01:32:53 -04:00
parent 3f0e990398
commit d1e4ed7f63
@@ -36,6 +36,9 @@ 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;