this repo has no description

nil check for nervana

Changed files
+1 -1
+1 -1
handle_create.go
··· 130 130 return err 131 131 } 132 132 133 - if rec.Text != "" { 133 + if rec.Text != "" && p.nervanaClient != nil { 134 134 go func(ctx context.Context, rec bsky.FeedPost, did, rkey string) { 135 135 ctx, cancel := context.WithTimeout(ctx, 5*time.Second) 136 136 defer cancel()