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

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

View file

@ -37,7 +37,7 @@
'use strict'; 'use strict';
import { GBLog } from 'botlib'; import { GBLog } from 'botlib';
import * as ts from 'typescript'; import ts from 'typescript';
/** /**
* Wrapper for a TypeScript compiler. * Wrapper for a TypeScript compiler.