Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jul 26, 2019
1 parent 18a9a3b commit 6f52dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/actions/setClockSkewAdjustment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Currently, this action is for testing purpose only.
// Currently, this action is for testing purposes only.
// Thus, action creator is not needed.

const SET_CLOCK_SKEW_ADJUSTMENT = 'WEB_CHAT/SET_CLOCK_SKEW_ADJUSTMENT';
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/sagas/postActivitySaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function* postActivity(directLine, userID, username, numActivitiesPosted, { meta
},
locale,
// This timestamp will be replaced by Direct Line Channel in echoback.
// We are adding this timestamp for sorting temporarily.
// We are temporarily adding this timestamp for sorting.
timestamp: getTimestamp(clockSkewAdjustment)
};

Expand Down

0 comments on commit 6f52dcd

Please sign in to comment.