Skip to content

Commit

Permalink
fix: Update preference mutation to use slug instead of preference ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatragianpaolo committed Oct 29, 2024
1 parent 162fba4 commit c9b7ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/api/apiTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ unguessApi.enhanceEndpoints({
getUsersMePreferences: {
providesTags: ['Preferences'],
},
putUsersMePreferencesByPrefid: {
putUsersMePreferencesBySlug: {
invalidatesTags: ['Preferences'],
},
getVideosByVidObservations: {
Expand Down

0 comments on commit c9b7ece

Please sign in to comment.