fortune icon indicating copy to clipboard operation
fortune copied to clipboard

Fix incorrect value for request.includeType

Open kketch opened this issue 2 years ago • 0 comments

This addresses a race condition when fortune is running hooks for included types, by cloning the request context for each included type. Currently the request object is shared among concurrent promises and might hold an incorrect value for includeType if we're fetching multiple relationships

kketch avatar Jul 12 '21 12:07 kketch