feat(codex): add review model quota support (#836)
This commit is contained in:
@@ -53,7 +53,6 @@ export class CodexService extends OAuthService {
|
||||
body: JSON.stringify({
|
||||
accessToken: tokens.access_token,
|
||||
refreshToken: tokens.refresh_token,
|
||||
idToken: tokens.id_token,
|
||||
expiresIn: tokens.expires_in,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user