Skip to content

Commit

Permalink
Merge pull request #4 from repofy/develop
Browse files Browse the repository at this point in the history
fix: optional chain in id
  • Loading branch information
tiagompalte authored Dec 28, 2021
2 parents ff27dae + ace9c26 commit 48e836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/repository/base-entity.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export interface BaseEntity<T> {
id: T
id?: T
ativo?: boolean
dataInclusao?: Date
dataAtualizacao?: Date
Expand Down

0 comments on commit 48e836d

Please sign in to comment.