chore: add claude agents
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m31s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m31s
This commit is contained in:
@@ -44,7 +44,7 @@ const isPromise = <T>(value: T | Promise<T>): value is Promise<T> =>
|
||||
const promisify = <T>(value: T | Promise<T>): Promise<T> =>
|
||||
isPromise(value) ? value : Promise.resolve(value);
|
||||
|
||||
const isTMA = () => tg.retrieveLaunchParams().tgWebAppStartParam !== MOCKED_START_PARAM;
|
||||
const isTMA = () => tg.retrieveLaunchParams()?.tgWebAppStartParam !== MOCKED_START_PARAM;
|
||||
|
||||
const fallbackImplementation = <
|
||||
T extends ((...args: any) => any) & WithChecks<any>,
|
||||
|
||||
Reference in New Issue
Block a user