Function
updateTag
(
store: any,
data: Req['updateTag'],
options?: Parameters<typeof tagService.endpoints.updateTag.initiate>[1],
)
Source from the content-addressed store, hash-verified
| 48 | }) |
| 49 | |
| 50 | export async function updateTag( |
| 51 | store: any, |
| 52 | data: Req['updateTag'], |
| 53 | options?: Parameters<typeof tagService.endpoints.updateTag.initiate>[1], |
| 54 | ) { |
| 55 | store.dispatch(tagService.endpoints.updateTag.initiate(data, options)) |
| 56 | return Promise.all(store.dispatch(tagService.util.getRunningQueriesThunk())) |
| 57 | } |
| 58 | export async function deleteTag( |
| 59 | store: any, |
| 60 | data: Req['deleteTag'], |
Callers
nothing calls this directly
Tested by
no test coverage detected