Skip to content

Commit b323a97

Browse files
committed
cleanup providers
1 parent e3c3f60 commit b323a97

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/dashboard/app/providers.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ function FlagsProviderWrapper({ children }: { children: React.ReactNode }) {
101101
? '5ced32e5-0219-4e75-a18a-ad9826f85698'
102102
: '3ed1fce1-5a56-4cb6-a977-66864f6d18e3'
103103
}
104-
debug={isLocalhost}
105104
isPending={isPending}
106-
skipStorage={false}
107105
user={
108106
session?.user
109107
? { userId: session.user.id, email: session.user.email }

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databuddy/sdk",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Official Databuddy Analytics SDK",
55
"main": "./dist/core/index.mjs",
66
"types": "./dist/core/index.d.ts",

0 commit comments

Comments
 (0)