Skip to content

Commit d673660

Browse files
committed
fixes repository import path
1 parent 1dbbb7d commit d673660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Probot } from "probot";
22
import { IS_DEV } from './env.js';
3-
import { InsertGithubAppInstallationRepositorySchema, createGithubAppInstallationRepository, deleteGithubAppInstallationRepository, updateGithubAppInstallationRepository } from "./repositories/repositories.js";
3+
import { InsertGithubAppInstallationRepositorySchema, createGithubAppInstallationRepository, deleteGithubAppInstallationRepository, updateGithubAppInstallationRepository } from "./repositories/github.js";
44
import { filterToSchemaProperties, keepMatchingProperties } from "./utils.js";
55

66
// Docs: https://probot.github.io/docs/

0 commit comments

Comments
 (0)