Skip to content

Commit c7ad474

Browse files
committed
Merge branch 'TimeOfDaySupport' of https://github.com/dianambb/MSGraph-SDK-Code-Generator into TimeOfDaySupport
2 parents 3f304d3 + a5d7e63 commit c7ad474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/ObjC/Base/SharedObjC.template.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private string GetJsonToObjCExpressionConversion(string expr,OdcmProperty prop)
105105
expr);
106106
}
107107

108-
if(GetObjCTypeIdentifier(prop,true)=="MSTimeOfDay")
108+
if(GetObjCTypeIdentifier(prop,true)=="MSTimeOfDay")
109109
{
110110
return String.Format(@"[{0} ms_timeFromString: {1}]",
111111
GetObjCTypeIdentifier(prop,true),

0 commit comments

Comments
 (0)