mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: var name.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
.tablesDB.listRowLogs({
|
||||
databaseId: databaseId,
|
||||
tableId: entityId,
|
||||
rowId: $recordId,
|
||||
rowId: recordId,
|
||||
queries: [Query.limit(limit), Query.offset(offset)]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user