fix: missing commas
This commit is contained in:
parent
ce2c887469
commit
d80f760c92
2 changed files with 2 additions and 2 deletions
|
|
@ -288,7 +288,7 @@ export const supportedServiceTypesAndVersions = [
|
|||
ports: {
|
||||
main: 80
|
||||
}
|
||||
}
|
||||
},
|
||||
// {
|
||||
// name: 'moodle',
|
||||
// fancyName: 'Moodle',
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ export const supportedServiceTypesAndVersions = [
|
|||
ports: {
|
||||
main: 80
|
||||
}
|
||||
}
|
||||
},
|
||||
// {
|
||||
// name: 'moodle',
|
||||
// fancyName: 'Moodle',
|
||||
|
|
|
|||
Loading…
Reference in a new issue