fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 16bdab6bcc - Show all commits

View file

@ -57,6 +57,7 @@ import sharp from 'sharp';
import apply from 'async/apply';
import ImageModule from 'open-docxtemplater-image-module';
/**
* @fileoverview General Bots server core.
*/
@ -1469,7 +1470,7 @@ export class SystemKeywords {
},
getSize: (img, tagValue, tagName) => {
return images[indexImage].size;
return images[indexImage++].size;
}
};