Changes
1 changed files (+1/-1)
-
-
@@ -129,7 +129,7 @@ const init = @typeInfo(@TypeOf(Api.Data.init)).@"fn";const init_params = try allocator.alloc(ApiSpec.FunctionParameter, init.params.len); inline for (init.params, 0..) |param, j| { init_params[j] = .{ .type = .fromZigType(param.type.?), .type = if (param.type.? == []const u8) .{ .value = .string } else .fromZigType(param.type.?), }; }
-