mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -6,7 +6,7 @@ export class QrService {
|
||||
constructor(token: string) {
|
||||
this.client = new m3o.Client({ token: token });
|
||||
}
|
||||
//
|
||||
// Generate a QR code with a specific text and size
|
||||
generate(request: GenerateRequest): Promise<GenerateResponse> {
|
||||
return this.client.call(
|
||||
"qr",
|
||||
|
||||
Reference in New Issue
Block a user