Skip to content

Commit

Permalink
[chore] 🎨 prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dappsar committed Jul 20, 2024
1 parent 404e506 commit 0426d1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ NEXT_PUBLIC_NOF_GAMMA_OFFERS_HARDHAT_CONTRACT_ADDRESS=''
NEXT_PUBLIC_NOF_GAMMA_TICKETS_HARDHAT_CONTRACT_ADDRESS=''
```

The source code of the smart contracts is located at [https://github.com/P4-Games/NoF-Smart-Contracts](https://github.com/P4-Games/NoF-Smart-Contracts).

The source code of the smart contracts is located at [https://github.com/P4-Games/NoF-Smart-Contracts](https://github.com/P4-Games/NoF-Smart-Contracts).

All the environment variables needed are in the [example_env](./example_env) file.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/api/version/v.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { nofVersion } from '../../../config'

export default async function handler(req, res) {
res.status(200).json({ version: nofVersion })
res.status(200).json({ version: nofVersion })
}
2 changes: 1 addition & 1 deletion src/services/handleVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RenderResult from "next/dist/server/render-result"
import RenderResult from 'next/dist/server/render-result'

export const getProductVersion = async () => {
try {
Expand Down

0 comments on commit 0426d1b

Please sign in to comment.