We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecc460 commit 105691dCopy full SHA for 105691d
1 file changed
src/utilities/service-utils.ts
@@ -7,7 +7,7 @@ import { ResultRecord } from "../view-models/result-record";
7
import { PagedResult } from "../interfaces/paged-result";
8
import { HttpHeader } from "../enumerations/http-header";
9
import { ContentType } from "../enumerations/content-type";
10
-import { CollectionUtils } from "utilities/collection-utils";
+import { CollectionUtils } from "./collection-utils";
11
12
// -----------------------------------------------------------------------------------------
13
// #region Variables
0 commit comments