Skip to content

Commit b2aa1ba

Browse files
authored
Merge pull request #53 from U-Wreckcar/cuttly
♻️ shortener 오탈자 fix...
2 parents 839fd08 + cd8440e commit b2aa1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/utm.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function createUtm(user_id, inputVal) {
102102
user_utm_source_id,
103103
user_id,
104104
full_url,
105-
shorten_url: shorten_url.shortLink || '-',
105+
shorten_url: shorten_url || '-',
106106
created_at: created_at || Date.now(),
107107
});
108108

0 commit comments

Comments
 (0)