Skip to content

Commit a8b2bc6

Browse files
Update DBExistsMethod.cs
1 parent 437d48b commit a8b2bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/DatabaseMethods/DBExistsMethod.cs

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

99
public class DBExistsMethod : ReturningMethod<BoolValue>
1010
{
11-
public override string? Description => "Returns true if the provided database exists.";
11+
public override string Description => "Returns true if the provided database exists.";
1212

1313
public override Argument[] ExpectedArguments =>
1414
[

0 commit comments

Comments
 (0)