From a34ed541c559971b8834dd8593fd25148437f38a Mon Sep 17 00:00:00 2001 From: callumok2004 Date: Mon, 21 Jun 2021 04:03:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9F=20Code=20Cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_document.js b/pages/_document.js index b86ca23..0b206b6 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -2,7 +2,7 @@ import Document from 'next/document' import { ServerStyleSheet } from 'styled-components' export default class MyDocument extends Document { - static async getInitialProps(ctx: any) { + static async getInitialProps(ctx) { const sheet = new ServerStyleSheet(), originalRenderPage = ctx.renderPage