Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Jul 19, 2024
1 parent 8917645 commit df0ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HookServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ protected function _tempInsert(string $queue, array $value): int
->table('temp')->insertGetId([
'queue' => $queue,
'data' => json_encode($value, JSON_UNESCAPED_UNICODE),
'created_at' => time()
'create_at' => time()
]);
}
return 0;
Expand Down

0 comments on commit df0ae72

Please sign in to comment.