Skip to content

Commit 145fe2d

Browse files
author
xialj
committed
Strings must use singlequote quotes
1 parent 5dbb0b9 commit 145fe2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/nginx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const internalNginx = {
235235

236236

237237
if ( nice_host_type === 'proxy_host' ) {
238-
let listen_ports = [];
238+
let listen_ports = [];
239239
host.domain_names.map( function (domain_name) {
240240
if ( domain_name.indexOf(':') > 0 ){
241241
listen_ports.push(parseInt(domain_name.substring(domain_name.indexOf(':')+1)));

0 commit comments

Comments
 (0)