Skip to content

Commit

Permalink
Updated a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Jun 6, 2024
1 parent 2b2f0e2 commit 2c176b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type Project @entity {
totalFlags: Int!
"Total attests"
totalAttests: Int!
"Slug of the project"
"Url of the project"
url: String
"Image of the project"
image: String
Expand Down
2 changes: 1 addition & 1 deletion src/model/generated/project.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Project {
totalAttests!: number

/**
* Slug of the project
* Url of the project
*/
@Column_("text", {nullable: true})
url!: string | undefined | null
Expand Down

0 comments on commit 2c176b2

Please sign in to comment.