Remove unused import (#4484) [ci skip]
This commit is contained in:
parent
d976eb7ab6
commit
4f0c1bd4b4
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { h, Component } from 'preact';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
import { userInfo } from 'os';
|
||||
import Navigation from './Navigation';
|
||||
import { getContentOfToken } from '../utilities';
|
||||
|
||||
|
|
@ -56,9 +55,9 @@ class FollowUsers extends Component {
|
|||
'X-CSRF-Token': csrfToken,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify({users:selectedUsers}),
|
||||
body: JSON.stringify({ users: selectedUsers }),
|
||||
credentials: 'same-origin',
|
||||
})
|
||||
});
|
||||
|
||||
next();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue