@onyx.dev/onyx-database 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,6 @@ async function resolveConfig(input) {
233
233
  const maxRetries = retryConfig.maxRetries ?? 3;
234
234
  const retryInitialDelayMs = retryConfig.initialDelayMs ?? 300;
235
235
  const missing = [];
236
- if (!databaseId) missing.push("databaseId");
237
236
  if (!apiKey) missing.push("apiKey");
238
237
  if (!apiSecret) missing.push("apiSecret");
239
238
  if (missing.length) {