We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de00a58 commit d212535Copy full SHA for d212535
src/Controllers/DatabaseController.js
@@ -370,7 +370,7 @@ class DatabaseController {
370
constructor(adapter: StorageAdapter, options: ParseServerOptions) {
371
this.adapter = adapter;
372
this.options = options || {};
373
- this.idempotencyOptions = options.idempotencyOptions || {};
+ this.idempotencyOptions = this.options.idempotencyOptions || {};
374
// Prevent mutable this.schema, otherwise one request could use
375
// multiple schemas, so instead use loadSchema to get a schema.
376
this.schemaPromise = null;
0 commit comments