type errors

pull/593/head
Rick Carlino 2017-12-26 11:23:43 -06:00
parent a8aeab1a82
commit 80678c9ffc
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import { UnsafeError } from "../interfaces";
import { Actions } from "../constants";
import { toastErrors } from "../toast_errors";
import { stopTracking } from "../connectivity/data_consistency";
import { catchErrors } from "../util";
export function createOK(payload: TaggedResource) {
return { type: Actions.SAVE_RESOURCE_OK, payload };