Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Feb 22, 2024
1 parent f498e97 commit fb88b6b
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 80 deletions.
200 changes: 123 additions & 77 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/project-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {minimatch} from 'minimatch'
// Local imports.
import {
ProjectNodeIDResponse,
OwnerResponse,
ProjectsEdgesNodesResponse,
ProjectAddItemResponse,
ProjectCopyTemplateResponse,
Expand Down Expand Up @@ -180,7 +179,7 @@ export async function projectLink(): Promise<void> {
includeDraftIssues: false,
projectId: templateProjectId,
title: projectName,
ownerId: ownerId,
ownerId,
},
},
)
Expand Down

0 comments on commit fb88b6b

Please sign in to comment.