mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 11:30:06 +00:00
4.7.1 production (#1173)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -103,7 +103,7 @@ export const deleteDatasetDataVector = async (
|
||||
}
|
||||
return Promise.reject('deleteDatasetData: no where');
|
||||
})();
|
||||
console.log(where, '===');
|
||||
|
||||
try {
|
||||
await PgClient.delete(PgDatasetTableName, {
|
||||
where: [where]
|
||||
|
Reference in New Issue
Block a user