Skip to content

Commit

Permalink
fix(ai-proxy): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed Jul 5, 2024
1 parent c91b1c6 commit 0520fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/llm/drivers/gemini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local function handle_stream_event(event_t, model_info, route_type)
end

local new_event
local metadata
local metadata = nil

if is_response_content(event) then
new_event = {
Expand Down

0 comments on commit 0520fad

Please sign in to comment.