Skip to content

Commit

Permalink
any
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Sep 23, 2023
1 parent 9f8e758 commit 0188d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/pages/messaging/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ const router = useRouter();
let tab = $ref('direct');

let fetching = $ref(true);
let messages = $ref([]);
let connection = $ref(null);
let messages;
let connection;

const directPagination = {
endpoint: 'messaging/history' as const,
Expand Down

0 comments on commit 0188d65

Please sign in to comment.