mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
linter fix
This commit is contained in:
parent
1eb8ee4dc6
commit
29ab8856ca
1 changed files with 2 additions and 2 deletions
|
|
@ -115,8 +115,8 @@ export default function getItemInfo (user, type, item, officialPinnedItems, lang
|
|||
|
||||
let itemInfo;
|
||||
|
||||
switch (
|
||||
type // eslint-disable-line default-case
|
||||
switch ( // eslint-disable-line default-case
|
||||
type
|
||||
) {
|
||||
case 'eggs':
|
||||
itemInfo = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue