export function cancel (id) {
  return async dispatch => {
    dispatch({ type: DELETE_AD_STARTED })
    try {
      const token = getToken()