Skip to content

Commit 0c343c9

Browse files
committed
PR feedback
1 parent 9f10edd commit 0c343c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/cmds/cmds.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ func createExtensionEventManager(ctx *log.Context, hEnv types.HandlerEnvironment
325325
return extensionEvents
326326
}
327327

328+
// Converts from the local HandlerEnvironment to the azure-extension-platform HandlerEnvironment
328329
func convertToPlatformHandlerEnv(myEnv types.HandlerEnvironment) *handlerenv.HandlerEnvironment {
329330
data, err := json.Marshal(myEnv.HandlerEnvironment)
330331
if err != nil {

0 commit comments

Comments
 (0)