Skip to content

Commit

Permalink
Fix DeepSource Issue
Browse files Browse the repository at this point in the history
Fix "Exception thrown is generic CS-R1015" since I forgot about it whoops
Also remove the invalid return explanation for InitAsync()
  • Loading branch information
HEJOK254 committed Jun 18, 2024
1 parent dd000a3 commit ea7eda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Commands/InteractionServiceHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class InteractionServiceHandler
/// <summary>
/// Initialize the InteractionService
/// </summary>
/// <returns>True if success, false if failure</returns>
public static async Task InitAsync()
{
try
Expand Down

0 comments on commit ea7eda5

Please sign in to comment.