File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,9 @@ async function doIt() {
369
369
370
370
comments . push ( { text :`\n` , noDecorate : true } ) ;
371
371
//comments.push({text:`Adapter releases: https://www.iobroker.dev/adapter/${adapterName}/releases`, noDecorate: true });
372
- comments . push ( { text :`Adapter releases: https://www.iobroker.dev/adapter/${ owner } ${ adapter } /releases` , noDecorate : true } ) ;
372
+ comments . push ( { text :`Adapter releases: https://www.iobroker.dev/adapter/${ owner } / ${ adapter } /releases` , noDecorate : true } ) ;
373
373
//comments.push({text:`Adapter statistic: https://www.iobroker.dev/adapter/${adapterName}/statistics`, noDecorate: true });
374
- comments . push ( { text :`Adapter statistic: https://www.iobroker.dev/adapter/${ owner } ${ adapter } /statistics` , noDecorate : true } ) ;
374
+ comments . push ( { text :`Adapter statistic: https://www.iobroker.dev/adapter/${ owner } / ${ adapter } /statistics` , noDecorate : true } ) ;
375
375
376
376
const now = new Date ( ) ;
377
377
const totalUser = statistic [ 'adapters' ] [ adapterName ] ;
You can’t perform that action at this time.
0 commit comments