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