mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
fix: table and message
This commit is contained in:
@@ -102,4 +102,4 @@ try {
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
export const App: Model<AppType> = models['model'] || model('model', AppSchema);
|
||||
export const App: Model<AppType> = models['app'] || model('app', AppSchema);
|
||||
|
Reference in New Issue
Block a user