We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc417f commit b545c6cCopy full SHA for b545c6c
utils/api/requests.js
@@ -91,6 +91,8 @@ export const useMessages = (requestUuid, accessToken) => {
91
messages = configureMessages(data.messages)
92
}
93
94
+ // TODO(alishaevn): check that we don't need to change anything here when
95
+ // https://github.com/assaydepot/scientist_api_v2/issues/251 is resolved
96
return {
97
messages,
98
mutateMessages: mutate,
0 commit comments