Skip to content

Commit

Permalink
fix: social gateway import
Browse files Browse the repository at this point in the history
  • Loading branch information
timseverien committed Jul 31, 2024
1 parent 0784314 commit 0d69855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { getMessages as getMessagesFromJsonFeed } from '@/lib/sources/jsonfeed';
import * as core from '@actions/core';
import {
type PublishOptions as SyndicateOptions,
createDiscordIntegration,
createMastodonIntegration,
publish as syndicate,
} from '@tsev/social-gateway';
import type { Integration } from '@tsev/social-gateway/integrations/common';
import { createDiscordIntegration } from '@tsev/social-gateway/integrations/discord/index';
import { createMastodonIntegration } from '@tsev/social-gateway/integrations/mastodon/index';
import { z } from 'zod';

export function createIntegrationOrNull<
Expand Down

0 comments on commit 0d69855

Please sign in to comment.