Skip to content

Commit

Permalink
🚨 fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Jan 14, 2024
1 parent 4d289e3 commit 2fa1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ServerStyleSheet } from "styled-components";

export default class MyDocument extends Document {
static async getInitialProps(
ctx: DocumentContext
ctx: DocumentContext,
): Promise<DocumentInitialProps> {
const sheet = new ServerStyleSheet();
const originalRenderPage = ctx.renderPage;
Expand Down

1 comment on commit 2fa1034

@vercel
Copy link

@vercel vercel bot commented on 2fa1034 Jan 14, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.