We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7217a20 commit b1e562eCopy full SHA for b1e562e
packages/clients/src/scw/errors/standard/quotas-exceeded-error.ts
@@ -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'
+import type { JSONObject } from '../../../helpers/json'
+import { isJSONObject } from '../../../helpers/json'
+import { ScalewayError } from '../scw-error'
4
5
/**
6
* Scope of an {@link QuotasExceededErrorDetails} error.
0 commit comments