Skip to content

Commit fe8aab1

Browse files
committed
1 parent 530d484 commit fe8aab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/generate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function handler(req, res) {
1010
'1FAIpQLSdma-rdJELwPGL-Iw7x28h3nZbvCaiFAABpz9B_17kuemSbWg') +
1111
'/viewform'
1212
)
13-
await fs.writeFile(jsonDirectory + '/GoogleForm.json', JSON.stringify(data))
13+
await fs.writeFile('./GoogleForm.json', JSON.stringify(data))
1414
} catch (error) {
1515
return res.status(500).json({ error })
1616
}

0 commit comments

Comments
 (0)