Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 22, 2024
1 parent 11f51c3 commit 077ea2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/endpoint_txsvr.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1418,10 +1418,7 @@ procedure TTerminologyFhirServerStorage.loadPackage(pid: String; ignoreEmptyCode
begin
i := 0;


// FEndPoint.
fileToLoad := filePath([FServerContext.pcm.folder,pid]) ;

fileToLoad := filePath([FServerContext.pcm.folder,pid]) ;

if (FileExists(fileToLoad)) then
try
Expand Down

0 comments on commit 077ea2e

Please sign in to comment.