mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Added missing ) character.
Thanks to xet7 !
This commit is contained in:
parent
1d8347cc23
commit
563a508e26
1 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@ Meteor.startup(() => {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// List of trusted ip adress will be found in environment variable "METRICS_ACCEPTED_IP_ADDRESS" (separeted with commas)
|
// List of trusted ip adress will be found in environment variable "METRICS_ACCEPTED_IP_ADDRESS" (separeted with commas)
|
||||||
if (acceptedIpAddress(ipAddress) || (accessToken(req)) {
|
if (acceptedIpAddress(ipAddress) || (accessToken(req))) {
|
||||||
let metricsRes = '';
|
let metricsRes = '';
|
||||||
let resCount = 0;
|
let resCount = 0;
|
||||||
//connected users
|
//connected users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue