Skip to content

Commit

Permalink
weave0 query
Browse files Browse the repository at this point in the history
  • Loading branch information
estellazx committed Dec 26, 2024
1 parent 62f0ac4 commit 41690a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions weave-js/src/core/ops/primitives/typedDict.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ export const opDictPick = makeObjectOp({
hidden: true,
});

const opNoKeyManipulationPickArgs: Parameters<typeof makeObjectOp>['0'] = {
name: 'no-key-manipulation-pick',
const opArtifactMetadataPickArgs: Parameters<typeof makeObjectOp>['0'] = {
name: 'artifactMetadata-pick',
hidden: true,
argTypes: objectArgTypes,
renderInfo: {type: 'brackets'},
Expand Down Expand Up @@ -182,8 +182,8 @@ const opNoKeyManipulationPickArgs: Parameters<typeof makeObjectOp>['0'] = {
return typedDictPathVal(inputs.obj, [inputs.key]);
},
};
export const opNoKeyManipulationPick = makeObjectOp(
opNoKeyManipulationPickArgs
export const opArtifactMetadataPick = makeObjectOp(
opArtifactMetadataPickArgs
);

export const opValues = makeOp({
Expand Down

0 comments on commit 41690a7

Please sign in to comment.