chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks

chore: add pre-commit hooks
This commit is contained in:
Nanne Baars
2023-12-06 16:10:19 +01:00
committed by Nanne Baars
parent d913967ec5
commit 17acef57b4
305 changed files with 1573 additions and 1656 deletions

View File

@ -31,6 +31,3 @@ function updateTotal() {
}

View File

@ -6,4 +6,3 @@ function follow(user) {
$("#toast").append(result);
})
}

View File

@ -39,4 +39,4 @@ function newToken() {
localStorage.setItem('refresh_token', refreshToken);
}
)
}
}

View File

@ -84,4 +84,3 @@ function vote(title) {
)
}
}

View File

@ -2,4 +2,4 @@ $(document).ready(
function(){
$("#secrettoken").load('JWT/secret/gettoken');
}
);
);

View File

@ -17,4 +17,4 @@
}
}
]
}
}