Skip to content

Commit

Permalink
Merge pull request #30 from slack-samples/revert-npm-specifier
Browse files Browse the repository at this point in the history
Revert "Import `@slack/types` using the `npm:` specifier (#19)"
  • Loading branch information
srajiang authored Oct 4, 2023
2 parents 09f8821 + 00d11d1 commit 70ebbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/open_form/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
MultiUsersSelect,
Option,
SectionBlock,
} from "npm:@slack/types";
} from "https://cdn.skypack.dev/@slack/types?dts";

import { Rotation } from "../../datastores/rotations.ts";
import { WEEKDAY } from "../create_rotation/handler.ts";
Expand Down
2 changes: 1 addition & 1 deletion manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default Manifest({
"Create and manage an ordered work rotation and list of assignees",
icon: "assets/icon.png",
workflows: [ManageRotationWorkflow, AdvanceRotationWorkflow],
outgoingDomains: [],
outgoingDomains: ["cdn.skypack.dev"],
types: [UserArray],
datastores: [RotationDatastore],
botScopes: [
Expand Down

0 comments on commit 70ebbaf

Please sign in to comment.