Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed May 4, 2023
1 parent 03a51fd commit 7e7ffb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-graphql-api-utilities/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function composeGidFactory<N extends string>(namespace: N) {
export const composeGid = composeGidFactory('shopify');

export function isGidFactory<N extends string>(namespace: N) {
return function isGid<T extends string = unknown>(
return function isGid<T extends string = string>(
gid: string,
key?: T,
): gid is Gid<N, T> {
Expand Down

0 comments on commit 7e7ffb1

Please sign in to comment.