mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Snip test (#3204)
* fix: index * fix: snapshot error; perf: snapshot diff compare * perf: init simple edit history
This commit is contained in:
@@ -118,7 +118,7 @@ try {
|
||||
{
|
||||
unique: true,
|
||||
partialFilterExpression: {
|
||||
externalFileId: { $exists: true }
|
||||
externalFileId: { $exists: true, $ne: '' }
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user