Skip to content

Commit

Permalink
Apply code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 26, 2022
1 parent c517afa commit 6cc7d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/events/message-events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('Events API payload types (message events)', () => {
user_id: 'U123',
team_id: 'T111',
message_ts: '',
deleted_ts: ''
deleted_ts: '',
};
assert.isNotEmpty(payload);
});
Expand Down

0 comments on commit 6cc7d02

Please sign in to comment.