Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Fix linter and format
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed Jun 26, 2024
1 parent f5e9a0c commit 30be8f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { PeerStatus } from "@fishjam-dev/react-client";
import { ReconnectionStatus } from "@fishjam-dev/ts-client";
import type { ReconnectionStatus } from "@fishjam-dev/ts-client";

export const getPeerStatusBadgeColor = (status: PeerStatus): string => {
switch (status) {
Expand Down

0 comments on commit 30be8f1

Please sign in to comment.