Merge pull request #136 from bipproduction/cookies/fix

Fix: Middlerawe/5
This commit is contained in:
Bagasbanuna02
2024-11-21 17:25:08 +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-2",
"version": "1.1.4-3",
"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>
);