summaryrefslogtreecommitdiffstats
path: root/utils/utils.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils.go')
-rw-r--r--utils/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils.go b/utils/utils.go
index dd8bdb2a8..595a9d2ba 100644
--- a/utils/utils.go
+++ b/utils/utils.go
@@ -10,7 +10,7 @@ import (
"os"
"strings"
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
func StringArrayIntersection(arr1, arr2 []string) []string {