improve on the subimsion process with automatic submissions
make sure we give each user uniqe id
This commit is contained in:
@@ -169,6 +169,8 @@ func commandNeedsApp(cmd *cobra.Command) bool {
|
||||
|
||||
func ensureAppInitialized(ctx context.Context) error {
|
||||
if App != nil {
|
||||
survey.SetApp(App)
|
||||
issues.SetApp(App)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user