Skip to content

Commit

Permalink
Update packages/addon/src/intent_resolver.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kris West <kris@cosaic.io>
  • Loading branch information
julianna-ciq and kriswest authored Oct 16, 2024
1 parent 20175f1 commit f3553c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addon/src/intent_resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ window.addEventListener("load", () => {
myPort.onmessage = ({data}) => {
console.debug("Received message: ", data);
switch(data.type){
case "iframeHandshake": {
case Fdc3UserInterfaceHandshake": {
break;
}
case "iframeResolve": {
Expand Down

0 comments on commit f3553c1

Please sign in to comment.