Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 21, 2023
1 parent 1147baa commit e7425ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/backend/rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package backend
import (
"context"
"errors"
"github.com/TUM-Dev/Campus-Backend/server/env"
"net"

"github.com/TUM-Dev/Campus-Backend/server/env"

pb "github.com/TUM-Dev/Campus-Backend/server/api/tumdev"
"github.com/TUM-Dev/Campus-Backend/server/backend/ios_notifications/ios_apns"
"github.com/TUM-Dev/Campus-Backend/server/backend/ios_notifications/ios_apns/ios_apns_jwt"
Expand Down

0 comments on commit e7425ed

Please sign in to comment.