Removed idempotencyKey line from GH tasks

This commit is contained in:
D-K-P
2023-10-20 12:50:27 +01:00
parent 6d3b761cd7
commit 34bb3acc23
-2
View File
@@ -259,5 +259,3 @@ client.defineJob({
},
});
```
Make sure to pass the `idempotencyKey` to the underlying client to ensure that the API call is only executed once. This is only needed for mutating API calls.