Skip to content

Commit 28f0d19

Browse files
committed
fix(codex): remove unused lastServiceTier property from OpenAiNativeCodexHandler
1 parent b0b6b19 commit 28f0d19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/openai-native-codex.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export class OpenAiNativeCodexHandler extends BaseProvider {
6565
protected options: ApiHandlerOptions
6666
private chatgptAccessToken!: string
6767
private chatgptAccountId?: string
68-
private lastServiceTier: ServiceTier | undefined
6968

7069
// Inline-loaded provider prompt (via esbuild text loader for .md files)
7170

0 commit comments

Comments
 (0)