stripe and small fixes
This commit is contained in:
@@ -98,8 +98,9 @@ const PublishYoutube = () => {
|
||||
}
|
||||
setSaving(true)
|
||||
try {
|
||||
const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
|
||||
await publishCallable({ projectId })
|
||||
// publication sur youtube en standby
|
||||
// const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
|
||||
// await publishCallable({ projectId })
|
||||
setTooltip?.({
|
||||
type: 'success',
|
||||
text: 'Publication lancée sur YouTube',
|
||||
|
||||
Reference in New Issue
Block a user