mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fixed usage vectordb model issue on graphql
This commit is contained in:
@@ -104,6 +104,6 @@ class UsageVectorsDBs extends Model
|
||||
|
||||
public function getType(): string
|
||||
{
|
||||
return Response::MODEL_USAGE_VECTORSDB;
|
||||
return Response::MODEL_USAGE_VECTORSDBS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user