Skip to content

Commit b1e562e

Browse files
committed
feat: update QuotasExceededError message with clearer instructions
1 parent 7217a20 commit b1e562e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/clients/src/scw/errors/standard/quotas-exceeded-error.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { JSONObject } from '../../../helpers/json.js'
2-
import { isJSONObject } from '../../../helpers/json.js'
3-
import { ScalewayError } from '../scw-error.js'
1+
import type { JSONObject } from '../../../helpers/json'
2+
import { isJSONObject } from '../../../helpers/json'
3+
import { ScalewayError } from '../scw-error'
44

55
/**
66
* Scope of an {@link QuotasExceededErrorDetails} error.

0 commit comments

Comments
 (0)