Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 53e2bc6

Browse files
committed
yarn lint
1 parent bc349e6 commit 53e2bc6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

server/challenges/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module.exports = {
22
getAllChallenges: () => {
33
return [{
4-
name: "Test",
5-
category: "Pwn",
6-
author: "Test",
7-
description: "A test challenge",
4+
name: 'Test',
5+
category: 'Pwn',
6+
author: 'Test',
7+
description: 'A test challenge',
88
points: {
9-
min: 50
9+
min: 50,
1010
max: 100
1111
},
12-
files: ["static/security.txt"],
13-
id: "random-uuid-here"
12+
files: ['static/security.txt'],
13+
id: 'random-uuid-here'
1414
}]
1515
},
1616
getChallenge: id => {

0 commit comments

Comments
 (0)