Skip to content

Commit

Permalink
fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobussacchini committed May 29, 2024
1 parent a51e19f commit cbb8b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/JsonPlaceholderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ async function fetchUsers() {

const JsonPlaceholderService: KokosService = {
methods: {
"GET.TRE": getTree,
"GET.USE": getUsers,
},
};

async function getTree(
async function getUsers(
_fun: Fun,
_context: ExecutionContext,
printer: SmeupDataStructureWriter
Expand Down

0 comments on commit cbb8b05

Please sign in to comment.