Skip to content

Commit e755eef

Browse files
committed
fix: typo
1 parent d29e95a commit e755eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/clients/js/template/README_calling_api.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ const response = await fgaClient.deleteTuples(tuples, options);
341341
- `OnDuplicateWrites.Ignore`: Treats duplicate writes as no-ops, allowing idempotent write operations
342342
343343
- **`onMissingDeletes`**:
344-
- `onMissingDeletes.Error` (default): Returns an error when attempting to delete a tuple that doesn't exist
345-
- `onMissingDeletes.Ignore`: Treats deletes of non-existent tuples as no-ops, allowing idempotent delete operations
344+
- `OnMissingDeletes.Error` (default): Returns an error when attempting to delete a tuple that doesn't exist
345+
- `OnMissingDeletes.Ignore`: Treats deletes of non-existent tuples as no-ops, allowing idempotent delete operations
346346
347347
> **Important**: If a Write request contains both idempotent (ignore) and non-idempotent (error) operations, the most restrictive action (error) will take precedence. If a condition fails for a sub-request with an error flag, the entire transaction will be rolled back.
348348

0 commit comments

Comments
 (0)