Skip to content

Commit

Permalink
fix: fix conflict #none
Browse files Browse the repository at this point in the history
Signed-off-by: James <[email protected]>
  • Loading branch information
james-union committed May 27, 2022
1 parent 4d82b93 commit 04361e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ export function parseMappedTypeValue(value: InputValue): { key: string; value: s
: { key: '', value: value.toString() };
} catch (e) {
return { key: '', value: value.toString() };
}
}

export function literalsToLiteralValueMap(
Expand Down

0 comments on commit 04361e7

Please sign in to comment.