Reformat all project files to use the prettier config file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {all} from "redux-saga/effects";
|
||||
import { all } from "redux-saga/effects";
|
||||
// import { sendEmailFailure, sendEmailSuccess } from "./email.actions";
|
||||
// import { renderTemplate } from "../application/application.actions";
|
||||
// import EmailActionTypes from "./email.types";
|
||||
@@ -57,10 +57,10 @@ import {all} from "redux-saga/effects";
|
||||
// }
|
||||
|
||||
export function* emailSagas() {
|
||||
yield all([
|
||||
// call(onSendEmail),
|
||||
// call(onSendEmailFailure),
|
||||
// call(onSendEmailSuccess)
|
||||
//call(onSetEmailOptions),
|
||||
]);
|
||||
yield all([
|
||||
// call(onSendEmail),
|
||||
// call(onSendEmailFailure),
|
||||
// call(onSendEmailSuccess)
|
||||
//call(onSetEmailOptions),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user