Skip to content

Commit 42f59a8

Browse files
Update IntercomInfoMethod.cs
1 parent 16e9675 commit 42f59a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/IntercomMethods/IntercomInfoMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace SER.MethodSystem.Methods.IntercomMethods;
1010

1111
public class IntercomInfoMethod : ReturningMethod
1212
{
13-
public override string? Description => "Returns info about the Intercom.";
13+
public override string Description => "Returns info about the Intercom.";
1414

1515
public override Argument[] ExpectedArguments { get; } =
1616
[

0 commit comments

Comments
 (0)