mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Fix DB relation names to use plurals
This commit is contained in:
@@ -95,7 +95,7 @@ class CommentExtractor(private val fileExtractor: KotlinFileExtractor) {
|
||||
continue
|
||||
}
|
||||
|
||||
tw.writeKtCommentOwner(commentLabel, existingLabel)
|
||||
tw.writeKtCommentOwners(commentLabel, existingLabel)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user