Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Apr 23, 2024
1 parent 995147f commit d98b18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno_dist/PlugNmeet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class PlugNmeet implements PlugNmeetAPI {

return {
status: output.response.status,
is_active: output.response.is_active,
msg: output.response.msg,
};
}
Expand Down
1 change: 1 addition & 0 deletions src/PlugNmeet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class PlugNmeet implements PlugNmeetAPI {

return {
status: output.response.status,
is_active: output.response.is_active,
msg: output.response.msg,
};
}
Expand Down

0 comments on commit d98b18c

Please sign in to comment.