Browse Source

Imported OperationError to TranslateDateTimeFormat

Matt C 7 năm trước cách đây
mục cha
commit
03f435915b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/operations/TranslateDateTimeFormat.mjs

+ 1 - 0
src/core/operations/TranslateDateTimeFormat.mjs

@@ -7,6 +7,7 @@
 import Operation from "../Operation";
 import moment from "moment-timezone";
 import {DATETIME_FORMATS, FORMAT_EXAMPLES} from "../lib/DateTime";
+import OperationError from "../errors/OperationError";
 
 /**
  * Translate DateTime Format operation