Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Kauffman committed Dec 18, 2024
1 parent bbf8128 commit c55d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/maker/src/api/defineInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function defineInterface(
extendsInterfaces: extendsInterfaces,
links: [],
properties,
status: status,
status,
};

return ontologyDefinition.interfaceTypes[apiName] = a;
Expand Down

0 comments on commit c55d6ba

Please sign in to comment.