fix: remove remaining unused Sora variables causing TypeScript build failure
- Remove unused accessTokenInput ref from OAuthAuthorizationFlow - Remove unused parsedSessionToken* computed and handleValidateSessionToken - Prefix unused options parameter in useOpenAIOAuth
This commit is contained in:
@@ -28,7 +28,7 @@ interface UseOpenAIOAuthOptions {
|
||||
platform?: OpenAIOAuthPlatform
|
||||
}
|
||||
|
||||
export function useOpenAIOAuth(options?: UseOpenAIOAuthOptions) {
|
||||
export function useOpenAIOAuth(_options?: UseOpenAIOAuthOptions) {
|
||||
const appStore = useAppStore()
|
||||
const endpointPrefix = '/admin/openai'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user