🎨 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
|
authType: isClientCredsAuthenticated.value
|
||||||
? 'Client Credentials'
|
? 'Client Credentials'
|
||||||
: isAuthenticated.value
|
: isAuthenticated.value
|
||||||
? 'OAuth'
|
? 'OAuth'
|
||||||
: 'API Key',
|
: 'API Key',
|
||||||
results: result
|
results: result
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user