Fix lint errors.
This commit is contained in:
parent
7df3bec8fe
commit
8010e69092
@ -160,15 +160,15 @@ gulp.task("new-incident", (cb) => {
|
||||
});
|
||||
|
||||
function getPlatform(platform) {
|
||||
switch (platform) {
|
||||
case "win32":
|
||||
case "win64": {
|
||||
return "windows";
|
||||
}
|
||||
default: {
|
||||
return platform
|
||||
}
|
||||
switch (platform) {
|
||||
case "win32":
|
||||
case "win64": {
|
||||
return "windows";
|
||||
}
|
||||
default: {
|
||||
return platform;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function generateFrontMatter(frontMatter, answers) {
|
||||
|
Loading…
Reference in New Issue
Block a user