Skip to content

Commit 62ca4fe

Browse files
style: run prettier on changed files
1 parent 80e4950 commit 62ca4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/RESTAPISettings.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class RESTAPISettings extends Model {
9595
only applicable when the API `login_protection` setting is enabled.",
9696
);
9797
$this->log_level = new StringField(
98-
default: "LOG_WARNING",
98+
default: 'LOG_WARNING',
9999
choices: [
100100
'LOG_DEBUG' => 'Debug',
101101
'LOG_INFO' => 'Info',

0 commit comments

Comments
 (0)