You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
lint fixes
This commit is contained in:
@@ -57,7 +57,6 @@ type Store interface {
|
||||
GetUserByID(userID string) (*model.User, error)
|
||||
GetUserByEmail(email string) (*model.User, error)
|
||||
GetUserByUsername(username string) (*model.User, error)
|
||||
GetUserPreferences(userID string)
|
||||
CreateUser(user *model.User) error
|
||||
UpdateUser(user *model.User) error
|
||||
UpdateUserPassword(username, password string) error
|
||||
|
@@ -45,7 +45,6 @@ import TeamPermissionsRow from './teamPermissionsRow'
|
||||
import UserPermissionsRow from './userPermissionsRow'
|
||||
|
||||
import './shareBoard.scss'
|
||||
import { config } from 'process'
|
||||
|
||||
type Props = {
|
||||
onClose: () => void
|
||||
|
Reference in New Issue
Block a user