Skip to content

Commit e4d22ce

Browse files
committed
Fix formatting of older PR that passed tests
1 parent 6ac2f4b commit e4d22ce

File tree

4 files changed

+642
-210
lines changed

4 files changed

+642
-210
lines changed

examples/with-reason-relay/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path')
33
const Dotenv = require('dotenv-webpack')
44

55
module.exports = {
6-
webpack: config => {
6+
webpack: (config) => {
77
config.plugins = config.plugins || []
88

99
config.plugins = [

examples/with-reason-relay/pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import App from 'next/app'
33

4-
const isStatusCodeOk = res => {
4+
const isStatusCodeOk = (res) => {
55
try {
66
return `${res.statusCode}`.startsWith('2')
77
} catch (e) {

examples/with-reason-relay/schema/init-schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ type BlogPost implements Node {
44
id: ID! @isUnique
55
title: String!
66
updatedAt: DateTime!
7-
}
7+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy