Skip to content

Commit

Permalink
Added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
zapdos26 committed Feb 12, 2020
1 parent 7707f64 commit a886222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Poll } from "./Poll"
import { Poll } from "./Poll";
import { ChatPostMessageArguments, ChatUpdateArguments, WebAPICallResult, WebClient } from "@slack/web-api";
import { KnownBlock } from "@slack/types";
import { Request, Response } from "express";
Expand Down

0 comments on commit a886222

Please sign in to comment.