We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fb965 commit c2565a6Copy full SHA for c2565a6
src/util/call-comment.ts
@@ -1,7 +1,7 @@
1
import { CallDirection, CallState } from "../models";
2
import moment from "moment";
3
4
-export function getCommentTitle(
+export function getCommentSubject(
5
state: CallState,
6
direction: CallDirection,
7
locale: string,
0 commit comments