Skip to content

Commit

Permalink
Fix: removed updateAllUsernamesInChannels endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gagansuie committed Jun 2, 2023
1 parent e041736 commit eef644b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/routes/browse/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@
import SectionTable from '$lib/components/Browse/Sections/SectionTable.svelte'
import type { PageData } from './$types'
import { page } from '$app/stores'
import { get } from '$lib/api'
import { onMount } from 'svelte'
export let data: PageData
$: user = $page.data.user
onMount(async () => {
await get('channels/updateAllUsernamesInChannels')
})
</script>

<SectionCarousel bind:channels={data.lazy.mostActiveChannels} />
Expand Down

0 comments on commit eef644b

Please sign in to comment.