mirror of https://github.com/buster-so/buster.git
Update helpers.ts
This commit is contained in:
parent
6596d99a35
commit
96a5e54354
|
@ -19,8 +19,8 @@ const chatRouteRecord: Record<
|
|||
}),
|
||||
dataset: (chatId, assetId) =>
|
||||
createBusterRoute({
|
||||
route: BusterRoutes.APP_CHAT_ID_DATASET_ID,
|
||||
chatId,
|
||||
route: BusterRoutes.APP_DATASETS_ID,
|
||||
// chatId,
|
||||
datasetId: assetId
|
||||
}),
|
||||
metric: (chatId, assetId, versionNumber) => {
|
||||
|
@ -55,8 +55,8 @@ const chatRouteRecord: Record<
|
|||
},
|
||||
term: (chatId, assetId) =>
|
||||
createBusterRoute({
|
||||
route: BusterRoutes.APP_CHAT_ID_TERM_ID,
|
||||
chatId,
|
||||
route: BusterRoutes.APP_TERMS_ID,
|
||||
// chatId,
|
||||
termId: assetId
|
||||
}),
|
||||
value: (chatId, assetId) =>
|
||||
|
|
Loading…
Reference in New Issue