Skip to content

Commit

Permalink
Update parent_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Mar 5, 2024
1 parent 49becf7 commit 97ec6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const startBot = async (deep) => {
const { data: [{ value: { value: npmToken = undefined } = {} } = {}] = [] } = await deep.select({
up: {
tree_id: { _eq: containTreeId },
parent_id: { _eq: deep.linkId },
parent_id: { _eq: userLinkId },
link: { type_id: { _eq: tokenTypeId } }
}
});
Expand Down

0 comments on commit 97ec6b9

Please sign in to comment.