Skip to content

Commit f5b601f

Browse files
Merge pull request #128 from Yndal/patch-1
Fix typo to make code compilable
2 parents 7b14fdf + 08c0360 commit f5b601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const dynamicsWebApi = new DynamicsWebApi({
181181

182182
try{
183183
//call any function
184-
const reponse = await dynamicsWebApi.executeUnboundFunction('WhoAmI');
184+
const response = await dynamicsWebApi.executeUnboundFunction('WhoAmI');
185185
console.log(`Hello Dynamics 365! My id is: ${response.UserId}`);
186186
}
187187
catch (error){

0 commit comments

Comments
 (0)