chore: Formatting (#9939)

This commit is contained in:
Tom Moor
2025-08-14 22:49:07 -04:00
committed by GitHub
parent dc0df7c7e9
commit dcd7a050bd
9 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export class GitHubUtils {
*/
public static callbackUrl(
{ baseUrl, params }: { baseUrl: string; params?: string } = {
baseUrl: `${env.URL}`,
baseUrl: env.URL,
params: undefined,
}
) {