Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Admin API Client - remove leftover 'clientName' (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdixon authored Nov 29, 2023
1 parent 730aef3 commit 8f03719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/popular-parents-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 0 additions & 1 deletion packages/admin-api-client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export type AdminApiClientLogContentTypes = ApiClientLogContentTypes;

export type AdminApiClientConfig = ApiClientConfig & {
accessToken: string;
clientName?: string;
userAgentPrefix?: string;
};

Expand Down

0 comments on commit 8f03719

Please sign in to comment.