Skip to content

Commit

Permalink
Merge branch 'dev' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
汪航洋 committed Dec 18, 2023
2 parents 6ca2216 + 9fff50c commit e93a835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/otherOrigin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getRedisTemplate = (name: string, type?: string) => {
"addr": "127.0.0.1:6379",
"db": "1",
"password": "123456",
${type ? `"type": ${type}` : ""}
${type ? `"type": "${type}"` : ""}
"key": "gost:${name}-0"
}
}`;
Expand Down

0 comments on commit e93a835

Please sign in to comment.