Skip to content

Commit

Permalink
Fix beta publish issue (#344)
Browse files Browse the repository at this point in the history
* fix publish issue

* revert lock changes

* fix

* now?

---------

Co-authored-by: mitch prewitt <mitch.prewitt@iterable.com>
  • Loading branch information
mprew97 and mitch prewitt committed Mar 27, 2024
1 parent f256808 commit 9d8ab03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/inapp/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import {
import { WebInAppDisplaySettings } from '../inapp';
import { srSpeak } from '../utils/srSpeak';
import { trackInAppDelivery } from 'src/events/in-app/events';
import {
CloseButtonPosition,
InAppMessage
} from './types';
import { CloseButtonPosition, InAppMessage } from './types';

interface Breakpoints {
smMatches: boolean;
Expand Down

0 comments on commit 9d8ab03

Please sign in to comment.