Commit cbaa8e1 1 parent 3469fc5 commit cbaa8e1 Copy full SHA for cbaa8e1
File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,14 @@ const privacyPolicy: PrivacyPolicyDatabaseObject[] = [
49
49
text : "Members privacy policy" ,
50
50
created : new Date ( ) ,
51
51
modified : new Date ( ) ,
52
- }
52
+ } ,
53
+ {
54
+ id : 8 ,
55
+ service_id : 8 ,
56
+ text : "Baseball bat privacy policy" ,
57
+ created : new Date ( ) ,
58
+ modified : new Date ( ) ,
59
+ } ,
53
60
] ;
54
61
55
62
export default privacyPolicy ;
Original file line number Diff line number Diff line change @@ -75,5 +75,16 @@ module.exports = [
75
75
created : new Date ( ) ,
76
76
modified : new Date ( ) ,
77
77
secret : "secret"
78
+ } ,
79
+ {
80
+ id : 8 ,
81
+ service_identifier : "4e02267a-d6e1-4e3a-899e-a9082b07da32" ,
82
+ service_name : "bbat" ,
83
+ display_name : "Baseball Bat" ,
84
+ redirect_url : "http://bbat.tko-aly.localhost/api/session/callback" ,
85
+ data_permissions : 55295 ,
86
+ created : new Date ( ) ,
87
+ modified : new Date ( ) ,
88
+ secret : "unsecure"
78
89
}
79
90
] ;
You can’t perform that action at this time.
0 commit comments