Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 10, 2024
1 parent aed0974 commit 01854e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@octokit/types": "^13.5.0",
"@octokit/webhooks": "13.3.0",
"@octokit/webhooks-types": "7.5.1",
"@sinclair/typebox": "^0.33.20",
"@sinclair/typebox": "^0.33.21",
"@ubiquity-os/plugin-sdk": "^1.0.11",
"dotenv": "16.4.5",
"openai": "^4.70.2",
Expand Down
2 changes: 1 addition & 1 deletion src/github/handlers/issue-comment-created.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Manifest } from "../../types/manifest";
import { Manifest } from "@ubiquity-os/plugin-sdk/manifest";
import { GitHubContext } from "../github-context";
import { PluginInput } from "../types/plugin";
import { isGithubPlugin, PluginConfiguration } from "../types/plugin-configuration";
Expand Down

0 comments on commit 01854e7

Please sign in to comment.