Skip to content

Commit

Permalink
Update userLinkId
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Mar 5, 2024
1 parent e3c030b commit 49becf7
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 @@ -29,7 +29,7 @@ const startBot = async (deep) => {
const containTypeLinkId = await deep.id("@deep-foundation/core", "Contain");
const replyTypeLinkId = await deep.id("@deep-foundation/chatgpt-azure", 'Reply');
const messagingTreeId = await deep.id("@deep-foundation/messaging", 'messagingTree');
const userLinkId = await deep.id("deep", "admin");
const userLinkId = deep.linkId;

const loadBotToken = async () => {
const containTreeId = await deep.id('@deep-foundation/core', 'containTree');
Expand Down

0 comments on commit 49becf7

Please sign in to comment.