Skip to content

Commit

Permalink
SCUBA-134: Fix admin API return value
Browse files Browse the repository at this point in the history
  • Loading branch information
dvasilas committed Jul 29, 2024
1 parent 7490793 commit afc04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default class ScubaClient {
recordLog: string,
options?: AxiosRequestConfig,
body?: any,
): Promise<ScubaMetrics> {
): Promise<void> {
const resp = (await this._api.admin(action, recordLog, body, {
...this._defaultReqOptions,
...options,
Expand Down

0 comments on commit afc04cb

Please sign in to comment.