Skip to content

Commit 5903fc4

Browse files
Issue #17 Update CollectionUtils import to be relative so it will be correctly resolved in the transpiled JS
Update CollectionUtils import to be relative so it will be correctly resolved in the transpiled JS
2 parents 6ecc460 + 105691d commit 5903fc4

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)