Rebuild and update project functionality
This commit is contained in:
@@ -17,6 +17,10 @@ export class ZaiPlanService {
|
||||
};
|
||||
}
|
||||
|
||||
hasAuth(): boolean {
|
||||
return !!this.config.apiKey;
|
||||
}
|
||||
|
||||
private getHeaders(): Record<string, string> {
|
||||
return {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user