Skip to content

Commit c5fd0af

Browse files
authored
Update identifiers-ios.md
1 parent 92f11fc commit c5fd0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/includes/identifiers/identifiers-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ let userId = await getUserIdFromGraph("[email protected]")
103103
let tenantId = await getTenantIdFromGraph()
104104

105105
// Communication Services Resource ID
106-
let resourceId = "<resource-id-guid>";
106+
let resourceId = "<resource-id-guid>"
107107

108108
// create an identifier
109109
let teamsExtensionUser = TeamsExtensionUserIdentifier(userId: userId, tenantId: tenantId, resourceId: resourceId)

0 commit comments

Comments
 (0)