this repo has no description

nil check for nervana

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