mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Remove unnecessary type
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { ReceiverSelectorMediaType } from "../types";
|
||||
|
||||
export function getNextEllipsis(ellipsis: string): string {
|
||||
if (ellipsis === "") return ".";
|
||||
if (ellipsis === ".") return "..";
|
||||
|
||||
Reference in New Issue
Block a user