Skip to content

Commit 9db413c

Browse files
committed
Merge pull request #20 from gautamsi/master
fix type from incoming pull request, merge to dev
2 parents a13abb8 + ae27542 commit 9db413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/PropertyDefinitions/PropertyDefinitionBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {EwsServiceXmlWriter} from "../Core/EwsServiceXmlWriter";
55
import {XmlAttributeNames} from "../Core/XmlAttributeNames";
66
import {XmlElementNames} from "../Core/XmlElementNames";
77
import {XmlNamespace} from "../Enumerations/XmlNamespace";
8-
import {TypeSystem} from "../Extensionmethods";
8+
import {TypeSystem} from "../ExtensionMethods";
99
import {ServiceObjectSchema} from "../Core/ServiceObjects/Schemas/ServiceObjectSchema";
1010
import {IndexedPropertyDefinition} from "./IndexedPropertyDefinition";
1111
import {ExtendedPropertyDefinition} from "./ExtendedPropertyDefinition";

0 commit comments

Comments
 (0)