Skip to content

Commit

Permalink
change undefined fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryl0115 committed Nov 8, 2021
1 parent 71558e2 commit 9ece7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/activity-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const utils = require("./../utils")
*/
const activityTypeEnum = {
/* eslint-disable key-spacing */
"" : "",
"Undefined": "",
AreaAdded: "area-added",
AreaRemoved: "area-removed",
AreaUpdated: "area-updated",
Expand Down

0 comments on commit 9ece7c6

Please sign in to comment.