fix build issue

This commit is contained in:
KMKoushik
2024-06-12 18:21:56 +10:00
parent ee93855cc0
commit 8a2769621c

View File

@@ -28,7 +28,7 @@ export default async function RootLayout({
* Because I don't know a better way to call this during server startup. * Because I don't know a better way to call this during server startup.
* This is a temporary fix to ensure that the boss is running. * This is a temporary fix to ensure that the boss is running.
*/ */
await getBoss(); // await getBoss();
return ( return (
<html lang="en"> <html lang="en">