Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / restapi / operations / common / unsubscribe.go
index 84dac86..a8efd36 100644 (file)
@@ -8,7 +8,7 @@ package common
 import (
        "net/http"
 
-       middleware "github.com/go-openapi/runtime/middleware"
+       "github.com/go-openapi/runtime/middleware"
 )
 
 // UnsubscribeHandlerFunc turns a function with the right signature into a unsubscribe handler