Skip to content

Commit 8e2f807

Browse files
committed
call-logs: Fix CallType enum class
1 parent e56875d commit 8e2f807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare namespace CallLogs {
2-
export enum callType {
2+
export enum CallType {
33
OUTGOING = 'OUTGOING',
44
INCOMING = 'INCOMING',
55
MISSED = 'MISSED',

0 commit comments

Comments
 (0)