mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
finish linting server
This commit is contained in:
@@ -11,7 +11,7 @@ function getApiKey () {
|
||||
}
|
||||
}
|
||||
|
||||
export function goToModForm (user) {
|
||||
export function goToModForm (user) { // eslint-disable-line import/prefer-default-export
|
||||
if (!user) return;
|
||||
|
||||
const apiKey = getApiKey();
|
||||
|
||||
Reference in New Issue
Block a user