Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 authored and actions-user committed Apr 5, 2023
1 parent 520dd41 commit aecb31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ export function updateActions() {
],
callback: ({ options }) => {
if (options.server == '') {
this.log('warn','Server parameter is missing from Stream Settings')
this.log('warn', 'Server parameter is missing from Stream Settings')
}
if (options.key == '') {
this.log('warn','Stream Key parameter is missing from Stream Settings')
this.log('warn', 'Stream Key parameter is missing from Stream Settings')
}
var cmd =
'STREAM SETTINGS:\nVideo Mode: ' +
Expand Down

0 comments on commit aecb31c

Please sign in to comment.