Skip to content

Commit

Permalink
another errant type
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Mar 12, 2022
1 parent 750d6e4 commit c17a5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1647055839037" clover="3.2.0">
<project timestamp="1647055839037" name="All files">
<coverage generated="1647055934844" clover="3.2.0">
<project timestamp="1647055934845" name="All files">
<metrics statements="665" coveredstatements="665" conditionals="320" coveredconditionals="311" methods="150" coveredmethods="140" elements="1135" coveredelements="1116" complexity="0" loc="665" ncloc="665" packages="9" files="26" classes="26"/>
<package name="examples.autocomplete">
<metrics statements="5" coveredstatements="5" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
Expand Down
2 changes: 0 additions & 2 deletions src/server/socket/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export interface PhxLivePatchPushPayload {
}
export type PhxOutgoingLivePatchPush = PhxOutgoingMessage<PhxLivePatchPushPayload>;

export type PhxOutgoingPushEvent = PhxOutgoingMessage<unknown>;

export interface PhxEventPayload<Type extends string, Value> {
type: Type,
event: string,
Expand Down

0 comments on commit c17a5de

Please sign in to comment.