Skip to content

Commit 94bcdba

Browse files
committed
fix imports
1 parent 671a8df commit 94bcdba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/web/websocket/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
package websocket
55

66
import (
7-
"code.gitea.io/gitea/modules/context"
87
"code.gitea.io/gitea/modules/web"
8+
"code.gitea.io/gitea/services/context"
99
"code.gitea.io/gitea/services/websocket"
1010
)
1111

services/websocket/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
package websocket
55

66
import (
7-
"code.gitea.io/gitea/modules/context"
87
"code.gitea.io/gitea/modules/json"
8+
"code.gitea.io/gitea/services/context"
99
notify_service "code.gitea.io/gitea/services/notify"
1010

1111
"github.com/mitchellh/mapstructure"

0 commit comments

Comments
 (0)