fix
This commit is contained in:
@@ -111,7 +111,7 @@ const PublishYoutube = () => {
|
||||
try {
|
||||
const publishCallable = firebase
|
||||
.functions()
|
||||
.httpsCallable("publishPlaybackToYoutube");
|
||||
.httpsCallable("youtube-publishPlaybackToYoutube");
|
||||
await publishCallable({ projectId });
|
||||
setTooltip?.({
|
||||
type: "success",
|
||||
|
||||
Reference in New Issue
Block a user