Skip to content

Commit

Permalink
fix: add the return type
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Nov 20, 2019
1 parent 869c21a commit dfe3320
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Paginated } from '../../../../inspectors/common/Paginated';

import { PullCommits } from '../../model';
//: Paginated<PullCommits>
export const getRepoCommits = {
export const getRepoCommits: Paginated<PullCommits> = {
items: [
{
sha: 'f9c2cfcfaafa644dcc286ce2fc8b3386d46c11df',
Expand Down

0 comments on commit dfe3320

Please sign in to comment.