Skip to content

Commit 2fa1034

Browse files
committed
🚨 fix lint errors
1 parent 4d289e3 commit 2fa1034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { ServerStyleSheet } from "styled-components";
1313

1414
export default class MyDocument extends Document {
1515
static async getInitialProps(
16-
ctx: DocumentContext
16+
ctx: DocumentContext,
1717
): Promise<DocumentInitialProps> {
1818
const sheet = new ServerStyleSheet();
1919
const originalRenderPage = ctx.renderPage;

0 commit comments

Comments
 (0)