Skip to content

Commit

Permalink
new(basic.gblib): SEND FILE pdf as temporary images.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 3, 2024
1 parent f2fbbc5 commit 31215d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 101 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"@sequelize/core": "7.0.0-alpha.37",
"@types/node": "22.5.2",
"@types/validator": "13.12.1",
"@u4/opencv4nodejs": "7.1.2",
"adm-zip": "0.5.16",
"alasql": "4.5.1",
"any-shell-escape": "0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/DialogKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import { GBUtil } from '../../../src/util.js';
import { GBVMService } from './GBVMService.js';
import { ChatServices } from '../../../packages/llm.gblib/services/ChatServices.js';
import puppeteer from 'puppeteer';
import QRCodeProcessor from './QRCodeServices.js';


/**
* Default check interval for user replay
Expand Down
99 changes: 0 additions & 99 deletions packages/basic.gblib/services/QRCodeServices.ts

This file was deleted.

0 comments on commit 31215d8

Please sign in to comment.