Skip to content

Commit 105691d

Browse files
Update CollectionUtils import to be relative so it will be correctly resolved in the transpiled JS
1 parent 6ecc460 commit 105691d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities/service-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ResultRecord } from "../view-models/result-record";
77
import { PagedResult } from "../interfaces/paged-result";
88
import { HttpHeader } from "../enumerations/http-header";
99
import { ContentType } from "../enumerations/content-type";
10-
import { CollectionUtils } from "utilities/collection-utils";
10+
import { CollectionUtils } from "./collection-utils";
1111

1212
// -----------------------------------------------------------------------------------------
1313
// #region Variables

0 commit comments

Comments
 (0)