Skip to content

Commit

Permalink
validation
Browse files Browse the repository at this point in the history
  • Loading branch information
overthestream committed Oct 5, 2024
1 parent 4b1815f commit c1a19ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/validation/validation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { AppStoreConnectTransactionEntity } from 'src/domain/entities';
import type { ProductPurchase } from 'src/interfaces/productPurchase';
import type { Repository } from 'typeorm';
import { PointService } from '../point/point.service';
import queryString from 'query-string'

@Injectable()
export class ValidationService {
Expand Down Expand Up @@ -65,7 +66,6 @@ export class ValidationService {
}

async verify(queryUrl: string, debug: boolean) {
const queryString: any = await import('query-string');
const { signature, key_id, user_id } = queryString.parse(queryUrl);

if (
Expand Down

0 comments on commit c1a19ce

Please sign in to comment.