fix: add gettoken on affine provider

This commit is contained in:
DiamondThree
2023-02-02 18:30:36 +08:00
parent 82c261767f
commit fca165c672
4 changed files with 12 additions and 5 deletions
@@ -64,6 +64,10 @@ export class BaseProvider {
return;
}
public getToken(): string {
return '';
}
/**
* warp workspace with provider functions
* @param workspace