Skip to content

Commit

Permalink
Merge pull request #126 from yidinghan/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
alexanderjordanbaker committed Apr 11, 2024
2 parents cb789e0 + 751b413 commit b8149ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export class AppStoreServerAPIClient {
* @param notificationHistoryRequest The request body that includes the start and end dates, and optional query constraints.
* @return A response that contains the App Store Server Notifications history for your app.
* @throws APIException If a response was returned indicating the request could not be processed
* {@link https://developer.apple.com/documentation/appstoreserverapi/get_notification_histor Get Notification History}
* {@link https://developer.apple.com/documentation/appstoreserverapi/get_notification_history Get Notification History}
*/
public async getNotificationHistory(paginationToken: string | null, notificationHistoryRequest: NotificationHistoryRequest): Promise<NotificationHistoryResponse> {
const queryParameters: { [key: string]: [string]} = {}
Expand Down

0 comments on commit b8149ff

Please sign in to comment.