Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylee001 committed Aug 29, 2024
1 parent 87fc1f9 commit b4d9ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2271,9 +2271,9 @@ declare namespace nkruntime {
registerBeforeValidateSubscriptionGoogle(fn: BeforeHookFunction<ValidateSubscriptionGoogleRequest>): void;

/**
* Register after Hook for RPC ValidatePurchaseGoogle function.
* Register after Hook for RPC ValidateSubscriptionGoogle function.
*
* @param fn - The function to execute after ValidatePurchaseGoogle.
* @param fn - The function to execute after ValidateSubscriptionGoogle.
* @throws {TypeError}
*/
registerAfterValidateSubscriptionGoogle(fn: AfterHookFunction<ValidateSubscriptionResponse, ValidateSubscriptionGoogleRequest>): void;
Expand Down

0 comments on commit b4d9ae6

Please sign in to comment.