Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Nov 24, 2023
1 parent 412510f commit c581744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goatak_server/cert_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func getProfileEnrollmentHandler(app *App) func(req *air.Request, res *air.Respo
return nil
}

mp := NewMissionPackage("ProfileMissionPackage-"+uuid.New().String(), "Enrollment")
mp := NewMissionPackage("ProfileMissionPackage-"+uuid.NewString(), "Enrollment")
mp.Param("onReceiveImport", "true")
mp.Param("onReceiveDelete", "true")
for _, f := range files {
Expand Down

0 comments on commit c581744

Please sign in to comment.