Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil committed Apr 16, 2024
1 parent 946b4ed commit b66775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-sharp/Projects/ParatextProjectDataProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private ResponseToRequest GetVerseUSFM(string jsonString)

private ResponseToRequest SetChapterUSFM(string dataQualifier, string data)
{
return Set(ProjectDataType.BOOK_USFM, dataQualifier, data);
return Set(ProjectDataType.CHAPTER_USFM, dataQualifier, data);
}
#endregion

Expand Down

0 comments on commit b66775a

Please sign in to comment.