mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 12:50:59 +00:00
tmp: temporary timeout to test a theory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user