Skip to content

Commit 659d920

Browse files
IGNT-70 Remove redundant assignment in everything helper
1 parent 5d4a8db commit 659d920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/operations/everything/everythingHelper.js

-1
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,6 @@ class EverythingHelper {
11531153
const args = {};
11541154
Object.assign(args, commonArgs, Object.fromEntries(new URLSearchParams(queryString)));
11551155
args.base_version = VERSIONS['4_0_0'];
1156-
args.base_version = VERSIONS['4_0_0'];
11571156
return this.r4ArgsParser.parseArgs(
11581157
{
11591158
resourceType,

0 commit comments

Comments
 (0)