Skip to content

Commit

Permalink
agent: remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Aug 11, 2023
1 parent 7166871 commit 8a51117
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ interface ForeignKey {
table: string
// This table's column that holds the FK
columnName: string
// Could also be composite, but we don't have any of that kind at this moment
refColumnName: string
}

Expand Down

0 comments on commit 8a51117

Please sign in to comment.