Fix lint errors

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2022-12-27 14:17:27 +01:00
committed by Julius Härtl
parent 5eed353d5a
commit d25c7feb13
10 changed files with 10 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ export class StackApi {
/**
* @param {Stack} stack stack object to create
* @returns {Promise}
* @return {Promise}
*/
createStack(stack) {
return axios.post(this.url('/stacks'), stack)