fix: Upload Foto
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
module.exports = {
|
||||
list: [
|
||||
{_id: 0, descr: '[Nessuno]', years_of_exp: 0},
|
||||
{_id: 1, descr: 'Principiante', years_of_exp: 1},
|
||||
{_id: 1, descr: 'Elementare', years_of_exp: 1},
|
||||
{_id: 2, descr: 'Intermedio', years_of_exp: 3},
|
||||
{_id: 3, descr: 'Avanzato', years_of_exp: 5},
|
||||
{_id: 4, descr: 'Esperto', years_of_exp: 10},
|
||||
{_id: 5, descr: 'Veterano', years_of_exp: 20},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user