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