Skip to content

Commit

Permalink
Run prettier and remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 27, 2020
1 parent 939cdd7 commit 012ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-mongodb/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function Home({ isConnected }) {
export async function getServerSideProps(context) {
const { client } = await connectToDatabase()

const isConnected = await client.isConnected()
const isConnected = await client.isConnected()

return {
props: { isConnected },
Expand Down

0 comments on commit 012ffb4

Please sign in to comment.