Skip to content

Commit

Permalink
fix: add request tag in CommentsSetupProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Oct 31, 2023
1 parent ef33f6e commit 3d6bfce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function CommentsSetupProvider(props: CommentsSetupProviderProps) {
const getAddonDatasetName = useCallback(async (): Promise<string | undefined> => {
const res = await originalClient.withConfig({apiVersion: 'vX'}).request({
uri: `/projects/${projectId}/datasets?datasetProfile=comments&addonFor=${dataset}`,
tag: 'sanity.studio',
})

// The response is an array containing the addon dataset. We only expect
Expand Down

0 comments on commit 3d6bfce

Please sign in to comment.