Skip to content

Commit

Permalink
Update cloud_connectors/azure/mqtt_connector/azure_function/src/run.cs
Browse files Browse the repository at this point in the history
Co-authored-by: jorchiu <[email protected]>
  • Loading branch information
wilyle and jorchiu authored Nov 21, 2023
1 parent 26286c1 commit 1fc3ade
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public static bool DoesPathStartsWithSlash(string path)
/// Gets the data type from a data type name.
/// </summary>
/// <param name="dataTypeName">the name of the data type.
/// <returns>Returns a task for updating a digital twin instance.</returns>
/// <exception cref="NotSupportedException">Thrown if the data type is not supported.</exception>
/// <returns>Returns a task for updating a digital twin instance.</returns>
public static Type GetDataTypeFromString(string dataTypeName)
{
if (!dataTypeNameToConverterMap.TryGetValue(dataTypeName, out Type value))
Expand Down

0 comments on commit 1fc3ade

Please sign in to comment.