Skip to content

Commit d4835f4

Browse files
committed
Bugfix for json session serializer
1 parent afe2862 commit d4835f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TelegramBotBase/States/JSONStateMachine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public StateContainer LoadFormStates()
6565
}
6666
catch(Exception ex)
6767
{
68-
throw ex;
68+
6969
}
7070

7171
return new StateContainer();

0 commit comments

Comments
 (0)