Skip to content

Commit f850a37

Browse files
committed
removed unused import in content
1 parent 0eb4b14 commit f850a37

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/content/8/en/part8e.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ const { ApolloServerPluginDrainHttpServer } = require('@apollo/server/plugin/dra
365365
const { makeExecutableSchema } = require('@graphql-tools/schema')
366366
const express = require('express')
367367
const cors = require('cors')
368-
const bodyParser = require('body-parser')
369368
const http = require('http')
370369
// highlight-end
371370

src/content/8/fi/osa8e.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ const { ApolloServerPluginDrainHttpServer } = require('@apollo/server/plugin/dra
363363
const { makeExecutableSchema } = require('@graphql-tools/schema')
364364
const express = require('express')
365365
const cors = require('cors')
366-
const bodyParser = require('body-parser')
367366
const http = require('http')
368367
// highlight-end
369368

0 commit comments

Comments
 (0)