fix: whitespace

This commit is contained in:
LAKHAN BAHETI 2024-04-29 15:25:13 +05:30
parent e476f70449
commit 7ceec94c9e

View File

@ -9,7 +9,6 @@ import { GROUP_WORKSPACE } from "@/constants/event-tracker";
export interface IPosthogWrapper {
children: ReactNode;
user: IUser | undefined;
workspaceIds: string[];
currentWorkspaceId: string | undefined;