Closed gaeduron closed 2 years ago
Hello, I just stumbled on to this while trying the library.
When using:
Shortener::ShortenedUrl.generate("example.com/page", nil, expires_at: 24.hours.since)
There is a Too many argument error, got 2 expecting 1
Too many argument error, got 2 expecting 1
I think we can omit the owner completely at line 166, like so:
You can omit owner: Shortener::ShortenedUrl.generate("example.com/page", expires_at: 24.hours.since)
Thanks for fixing this!
Thank you for the lib and the quick response :) !
Hello, I just stumbled on to this while trying the library.
When using:
There is a
Too many argument error, got 2 expecting 1
I think we can omit the owner completely at line 166, like so: