Skip to content

Commit c2565a6

Browse files
committed
♻️ rename getCommentTitle to getCommentSubject
1 parent 58fb965 commit c2565a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/call-comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CallDirection, CallState } from "../models";
22
import moment from "moment";
33

4-
export function getCommentTitle(
4+
export function getCommentSubject(
55
state: CallState,
66
direction: CallDirection,
77
locale: string,

0 commit comments

Comments
 (0)