Skip to content

Commit

Permalink
Change pcancelable to v1 because of types
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane DeWael committed Mar 19, 2019
1 parent 43de90e commit ab87aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"object.entries": "^1.1.0",
"object.getownpropertydescriptors": "^2.0.3",
"object.values": "^1.1.0",
"p-cancelable": "^1.0.0",
"p-cancelable": "~1.0.0",
"p-queue": "^2.4.2",
"p-retry": "^3.0.1",
"retry": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/methods.ts
Expand Up @@ -476,7 +476,7 @@ export type ChatPostMessageArguments = TokenOverridable & {
export type ChatScheduleMessageArguments = TokenOverridable & {
channel: string;
text: string;
post_at: number;
post_at: string;
as_user?: boolean;
attachments?: MessageAttachment[];
blocks?: (KnownBlock | Block)[];
Expand Down

0 comments on commit ab87aec

Please sign in to comment.