🎨 Fix inconsistent indentation in tournament authentication type logic
This commit is contained in:
@@ -531,8 +531,8 @@ async function testListTournaments(resetPagination = true) {
|
||||
authType: isClientCredsAuthenticated.value
|
||||
? 'Client Credentials'
|
||||
: isAuthenticated.value
|
||||
? 'OAuth'
|
||||
: 'API Key',
|
||||
? 'OAuth'
|
||||
: 'API Key',
|
||||
results: result
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user