Skip to content

Commit

Permalink
Merge pull request #1482 from OfficeDev/zhaofeng/fix/rsc-helper
Browse files Browse the repository at this point in the history
fix: update scope in manifest
  • Loading branch information
xzf0587 authored Dec 16, 2024
2 parents e49a283 + 6d546e3 commit 21f28ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/graph-rsc-helper/nodeJs/setupManifest/setupChat.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require("fs");
const content = fs.readFileSync("../appManifest/manifest.json", "utf8");
const manifest = JSON.parse(content);
manifest.configurableTabs[0].scopes = ["groupchat"];
manifest.configurableTabs[0].scopes = ["groupChat"];
const permissions = [
{
"name": "Calls.AccessMedia.Chat",
Expand Down

0 comments on commit 21f28ca

Please sign in to comment.