Skip to content

Commit

Permalink
fix: 데이터베이스 테이블 네이밍 변경
Browse files Browse the repository at this point in the history
- request_log -> http_log
  • Loading branch information
hyo-limilimee committed Nov 13, 2024
1 parent 58b6924 commit ca2ccf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class LogRepositoryClickhouse implements LogRepository {

try {
await this.clickhouse.insert({
table: 'response_log',
table: 'http_log',
values: values,
format: 'JSONEachRow',
});
Expand Down

0 comments on commit ca2ccf7

Please sign in to comment.