You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OpenFgaClient#writeTransaction(String storeId, ClientWriteRequest request, ClientWriteOptions writeOptions), if the write transactions and delete transactions are null, an IndexOutOfBounds exception is thrown when trying to get the response, because we call get(0):
In
OpenFgaClient#writeTransaction(String storeId, ClientWriteRequest request, ClientWriteOptions writeOptions)
, if the write transactions and delete transactions arenull
, anIndexOutOfBounds
exception is thrown when trying to get the response, because we callget(0)
:This issue was discovered in #307.
We should not fail with an
IndexOutOfBounds
exception in this case.The text was updated successfully, but these errors were encountered: