fix(appwrite): fix attribute typo
This commit is contained in:
@@ -16,11 +16,11 @@ export default {
|
||||
queries: [
|
||||
JSON.stringify({
|
||||
method: 'orderAsc',
|
||||
atttribute: 'name'
|
||||
attribute: 'name',
|
||||
}),
|
||||
JSON.stringify({
|
||||
method: 'limit',
|
||||
values: [100]
|
||||
values: [100],
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
@@ -11,11 +11,11 @@ export default {
|
||||
queries: [
|
||||
JSON.stringify({
|
||||
method: 'orderAsc',
|
||||
atttribute: 'name'
|
||||
attribute: 'name',
|
||||
}),
|
||||
JSON.stringify({
|
||||
method: 'limit',
|
||||
values: [100]
|
||||
values: [100],
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user