mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint fixes
This commit is contained in:
parent
5f4a973e2a
commit
851dd2e3e6
@ -193,7 +193,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async fetchRooms({ room } = {}) {
|
||||
console.log(room)
|
||||
this.roomsLoaded = false
|
||||
const offset = this.roomPage * this.roomPageSize
|
||||
try {
|
||||
@ -209,8 +208,6 @@ export default {
|
||||
fetchPolicy: 'no-cache',
|
||||
})
|
||||
|
||||
console.log(Room)
|
||||
const rooms = []
|
||||
const newRooms = Room.map((r) => {
|
||||
return {
|
||||
...r,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user