Fix: Middlerawe/5

This commit is contained in:
2024-11-21 17:24:32 +08:00
parent 0a03b05d4e
commit 6e5a9f785a
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>
);