Skip to content

Commit eda13e6

Browse files
Update DBHasKeyMethod.cs
1 parent a8b2bc6 commit eda13e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/DatabaseMethods/DBHasKeyMethod.cs

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

88
public class DBHasKeyMethod : ReturningMethod<BoolValue>
99
{
10-
public override string? Description => "Returns true if the provided key exists in the database.";
10+
public override string Description => "Returns true if the provided key exists in the database.";
1111

1212
public override Argument[] ExpectedArguments =>
1313
[

0 commit comments

Comments
 (0)