Skip to content

Commit

Permalink
FIxing namespace for JWT lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
superchilled committed Nov 13, 2024
1 parent 331bc06 commit 090bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opentok/token_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def arg_lambdas

# Generates a token
def generate_token(token_type)
token_type == 'T1' ? TokenGenerator::GENERATE_T1_TOKEN_LAMBDA : GENERATE_JWT_LAMBDA
token_type == 'T1' ? TokenGenerator::GENERATE_T1_TOKEN_LAMBDA : TokenGenerator::GENERATE_JWT_LAMBDA
end

end
Expand Down

0 comments on commit 090bf2f

Please sign in to comment.