Changing diagnostic functions arguments.
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
import { newResult, TestResult } from './utils'
|
||||
|
||||
export async function diagProsody (test: string, _settingsManager: PluginSettingsManager): Promise<TestResult> {
|
||||
export async function diagProsody (test: string, _options: RegisterServerOptions): Promise<TestResult> {
|
||||
const result = newResult(test)
|
||||
result.ok = false
|
||||
result.label = 'Builtin Prosody and ConverseJS'
|
||||
result.messages.push('Not Implemented Yet')
|
||||
return result
|
||||
}
|
||||
|
Reference in New Issue
Block a user