Skip to content

Commit 9e46fdd

Browse files
author
Manikanta Nallagatla
committed
remove nullable warning
1 parent ec50122 commit 9e46fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Models/FunctionsWorkerContainerAssignmentContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ namespace Microsoft.Azure.WebJobs.Script.WebHost.Models
99
public class FunctionsWorkerContainerAssignmentContext
1010
{
1111
[JsonProperty("assignmentContext")]
12-
public HostAssignmentContext? AssignmentContext { get; private set; }
12+
public HostAssignmentContext AssignmentContext { get; private set; }
1313
}
1414
}

0 commit comments

Comments
 (0)