Skip to content

Commit f193166

Browse files
committed
chore: fix typo.
1 parent 564e781 commit f193166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/function_lib/migrations/0003_functionlib_function_type_functionlib_icon_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def default_serializer(obj):
122122
123123
# 数据库连接信息
124124
conn_params = {
125-
"database": database,
125+
"dbname": database,
126126
"user": user,
127127
"password": password,
128128
"host": host,

0 commit comments

Comments
 (0)