0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

lint server

This commit is contained in:
Víctor Losada Hernández
2026-05-18 16:22:03 +02:00
parent 15db3c9f66
commit 34b26107c6
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const HomebrewSchema = mongoose.Schema({
description : { type: String, default: '' },
tags : { type: [String], index: true },
systems : { type: [String], default: undefined },
systems : { type: [String], default: undefined },
lang : { type: String, default: 'en', index: true },
renderer : { type: String, default: '', index: true },
authors : { type: [String], index: true },