Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vklimontovich committed Jan 9, 2024
1 parent bd738d0 commit 495a85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/console/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getErrorMessage, getLog, LogLevel, rpc, setGlobalLogLevel } from "juava";
import { getLog, LogLevel, rpc, setGlobalLogLevel } from "juava";
import { AppProps } from "next/app";
import "../styles/globals.css";
import { useRouter } from "next/router";
Expand Down

2 comments on commit 495a85c

@vercel
Copy link

@vercel vercel bot commented on 495a85c Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

new-jitsu – ./webapps/console

new-jitsu-jitsu.vercel.app
use.jitsu.com
new-jitsu-git-newjitsu-jitsu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 495a85c Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

new-jitsu-ee-api – ./webapps/ee-api

new-jitsu-ee-api-git-newjitsu-jitsu.vercel.app
new-jitsu-ee-api-jitsu.vercel.app
ee.jitsu.dev
onetag-ee-api.vercel.app

Please sign in to comment.