()
| 81 | } |
| 82 | |
| 83 | export function save() { |
| 84 | return () => fetchApi("/options/save", { method: "POST" }); |
| 85 | } |
| 86 | |
| 87 | export function addInterceptFilter(example) { |
| 88 | return (dispatch, getState) => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…