Skip to content

Commit

Permalink
Fix code scanning non issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bryans99 committed Jan 28, 2025
1 parent 5fc5dfc commit 73975a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/utils/cookieless_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ export async function generateEmbedTokens(
export function isValidAuthConfig(res: Response) {
if (!config.host || !config.secret) {
console.error(
'Config does not have the neccassary host or secret to generate an embedded url. Config:',
config
'Config does not have the neccassary host or secret to generate an embedded url.'
)
return res.status(400).send({
message: 'Invalid Configuration',
Expand Down

0 comments on commit 73975a1

Please sign in to comment.