I'm setting the creator first and then doing the l...
# spicedb
c
I'm setting the creator first and then doing the lookup. I'm using neverthrow so the flow is basically
Copy code
typescript
setCreator(promptId, context).andThen(() => getViewers(promptId))
if you are not familiar with neverthrow just see it as a promise chain. > what are you using as your consistency option? I don't know what this is, i'll have to look this up 😅