Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jun 6, 2024
1 parent 9ebcf0c commit e46cdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/src/db/snippets/SnippetTemplate.ts
Original file line number Diff line number Diff line change
@@ -183,7 +183,7 @@ export class SnippetTemplateDaoImpl implements SnippetTemplateDao {
}
return {
endpointId: {
path: snippetTemplate.apiDefinitionId,
path: snippetTemplate.endpointPath,
method: snippetTemplate.endpointMethod,
identifierOverride: snippetTemplate.identifierOverride ?? undefined,
},

0 comments on commit e46cdfd

Please sign in to comment.