Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 3cf083d

Browse files
author
Aditya Pillai
committed
Change order of CSV
1 parent 9a2cb1d commit 3cf083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/routes/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ router.post('/getcsv', (req, res, next) => {
167167
// convert json to csv
168168
res.write(json2csv(entries, {
169169
fields: [
170-
'section',
171170
'student_id',
171+
'section',
172172
'score',
173173
'lab',
174174
'date',

0 commit comments

Comments
 (0)