mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix lint
This commit is contained in:
@@ -12,7 +12,7 @@ const webhookData = {};
|
||||
|
||||
app.use(bodyParser.urlencoded({
|
||||
extended: true,
|
||||
limit: '10mb'
|
||||
limit: '10mb',
|
||||
}));
|
||||
app.use(bodyParser.json({ limit: '10mb' }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user