We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9cdec commit f6ec4e2Copy full SHA for f6ec4e2
src/sdk/scorer.ts
@@ -174,5 +174,4 @@ export class Scorer {
174
async update(params: ScorerUpdateParams, options?: Core.RequestOptions): Promise<ScorerUpdateResponse> {
175
return this.client.scenarios.scorers.update(this._id, params, options);
176
}
177
-
178
0 commit comments