Fixed Lint Errors

This commit is contained in:
parax
2022-03-18 22:52:09 -06:00
parent daadecb4e6
commit ac38e715aa
3 changed files with 3 additions and 3 deletions

View File

@@ -1517,7 +1517,7 @@ export interface TIX {
/**
* Purchase TIX API Access
* @remarks RAM cost: 2.5 GB
* @returns True if you successfully purchased it or if you already have access, false otherwise.
* @returns True if you successfully purchased it or if you already have access, false otherwise.
*/
purchaseTixApi(): boolean;
}