Skip to content

Commit b283e29

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 303ad39 commit b283e29

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

PlayFabApiTest.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -571,11 +571,9 @@ var PlayFabApiTests = {
571571
var writeEventRequest = {
572572
// Currently, you need to look up the correct format for this object in the API-docs:
573573
// https://api.playfab.com/Documentation/Client/method/WritePlayerEvent
574-
"Event": {
575-
"EventName": "ForumPostEvent",
576-
"Subject": "My First Post",
577-
"Body": "This is my awesome post."
578-
}
574+
"EventName": "ForumPostEvent",
575+
"Subject": "My First Post",
576+
"Body": "This is my awesome post."
579577
};
580578

581579
var writeEventCallback = function (result, error) {

0 commit comments

Comments
 (0)