mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
use oxfmt instead of prettier
This commit is contained in:
@@ -258,7 +258,8 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
emptyDefault: { id: '', name: '' },
|
||||
idAlias: 'worldId',
|
||||
nameKey: 'name',
|
||||
fetchFn: (id) => queryRequest.fetch('world.location', { worldId: id })
|
||||
fetchFn: (id) =>
|
||||
queryRequest.fetch('world.location', { worldId: id })
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user