mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-26 15:15:58 +00:00
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
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user