mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 17:23:21 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
module.exports = function defineCurrentUserHook(sails) {
|
||||
const TOKEN_PATTERN = /^Bearer /;
|
||||
|
||||
const getUser = async (accessToken) => {
|
||||
const getUser = async accessToken => {
|
||||
let id;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user