Skip to content

Commit cb3fee5

Browse files
committed
Fix OpenAPI schema validation errors in Subscription model
1 parent 31c2e4d commit cb3fee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/activity_notification/models/concerns/swagger/subscription_schema.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ module Swagger::SubscriptionSchema #:nodoc:
8585
},
8686
subscribed_at: {
8787
type: "string",
88-
format: "date-time"
88+
format: "date-time",
89+
nullable: true
8990
}
9091
}
9192
}

0 commit comments

Comments
 (0)