feat: Updates neovim config, and shorten-url create.

This commit is contained in:
2025-11-21 12:29:31 -05:00
parent a0dcba3810
commit 44aec09d62
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ generate_json() {
'{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true, validUntil: $validUntil}'
else
jq -n --arg longUrl "$url" --arg shortCode "$shortCode" --argjson tags "$tagsJson" \
'{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true}'
'{longUrl: $longUrl, customSlug: $shortCode, tags: $tags, findIfExists: true}'
fi
}