Merge pull request #135 from bipproduction/cookies/fix

Fix: Middlerawe/4
This commit is contained in:
Bagasbanuna02
2024-11-21 16:23:22 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hipmi",
"version": "1.1.4-1",
"version": "1.1.4-2",
"private": true,
"prisma": {
"seed": "npx tsx prisma/seed.ts"

View File

@@ -48,7 +48,7 @@ export default async function RootLayout({
<RootStyleRegistry>
{/* <MqttLoader />
<TokenProvider token={token} envObject={envObject} /> */}
{/* <RealtimeProvider userLoginId={userLoginId as string} /> */}
<RealtimeProvider userLoginId={userLoginId as string} />
{children}
</RootStyleRegistry>
);