remove task
This commit is contained in:
@@ -144,7 +144,7 @@ export class AssistantInit extends AssistantConfig {
|
||||
const https = this.getConfig()?.https || {};
|
||||
return {
|
||||
https,
|
||||
protocol: https?.type === 'http' ? 'http' : 'https',
|
||||
protocol: https?.type === 'https' ? 'https' : 'http',
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user