+2
-2
@@ -1,8 +1,8 @@
|
||||
import { graphql } from '@octokit/graphql';
|
||||
import { type graphql } from '@octokit/graphql';
|
||||
|
||||
import { insertMany } from '@/database/database';
|
||||
import { githubReleasesModel } from '@/database/model';
|
||||
import { Repository } from '@/github/contributors/types';
|
||||
import { type Repository } from '@/github/contributors/types';
|
||||
|
||||
export const fetchAndSaveGithubReleases = async (
|
||||
query: typeof graphql,
|
||||
|
||||
Reference in New Issue
Block a user