We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4739747 commit d58371eCopy full SHA for d58371e
src/lib/pocketbase.ts
@@ -18,7 +18,7 @@ export const getAllStuff = async () => {
18
fields: 'id, name, user'
19
});
20
const characters = await pb.collection('characters').getFullList({
21
- sort: '+created',
+ sort: '+name',
22
fields: 'id, name, displayName, element'
23
24
const nicks = await pb.collection('nicks').getFullList({
0 commit comments