Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumManiac committed Jan 16, 2024
1 parent 1e421f1 commit 6ba8373
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/utils/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ import { WebClient } from "@slack/web-api";
import { ChatPostMessageResponse } from "@slack/web-api";
import SlackUser, { UserType } from "../classes/SlackUser";
import SlackChannel from "../classes/SlackChannel";
<<<<<<< HEAD
import { determineUserType } from "./users";
=======
import { determineUserType, getAllSingleChannelGuestsInOneChannel } from "./users";
>>>>>>> main
import { ReactionsAddResponse } from "@slack/web-api";

export type SlackUserID = string;
Expand All @@ -32,10 +28,7 @@ interface ChatPostMessageOptionalArgs {
* @param channel The Slack channel / Slack user to post the message to
* @param text The text of the message to post
* @param options Optional arguments for the message as per https://api.slack.com/methods/chat.postMessage#arguments
<<<<<<< HEAD
* @returns A promise that resolves to the response from the Slack API
=======
>>>>>>> main
*/
export async function postMessage(
client: WebClient,
Expand Down

0 comments on commit 6ba8373

Please sign in to comment.