| author | |
| committer | |
| log | 0dec3df53867ff19514ef5efc15c33a268171f1e |
| tree | fed8e1bdb499c0ff9c45f3b527ddce952afb2bfe |
| parent | d0799b0e4b5cf986473d0041fd5a16cd98ad3852 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -275,7 +275,7 @@ pub fn Handlers(comptime T: type) type { |
| 275 | 275 | |
| 276 | 276 | const id = try fixId(alloc, val2.get(client.provider.id_prop).?); |
| 277 | 277 | const name = val2.get(client.provider.name_prop).?.String; |
| 278 | try T.saveInfo(response, request, client.provider, id, name, val2); | |
| 278 | try T.saveInfo(response, request, client.provider, id, name, val, val2); | |
| 279 | 279 | |
| 280 | 280 | try response.headers.put("Location", T.doneUrl); |
| 281 | 281 | try response.writeHeader(.found); |