Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Jul 24, 2019
1 parent 65ba0ca commit cedc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/CFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int CFunctions::sign_jwt_token(lua_State* lua_vm)
if (token.length() > 0) {
lua_pushstring(lua_vm, token.c_str());
} else {
throw exception();
lua_pushboolean(lua_vm, false);
}
} catch (exception& e)
{
Expand Down

0 comments on commit cedc5e3

Please sign in to comment.