hapramp / alpha-web

1Ramp Alpha Web App
https://alpha.1ramp.io/
19 stars 7 forks source link

Fix posts with same title #82

Closed singhpratyush closed 5 years ago

singhpratyush commented 5 years ago

When there was a post with a duplicate title, a date based string was appended to the beginning of the permlink which also had some capital letters in it. This caused the post create method to fail.

Fix #81.

codecov[bot] commented 5 years ago

Codecov Report

Merging #82 into develop will increase coverage by <.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #82      +/-   ##
==========================================
+ Coverage     0.56%   0.56%   +<.01%     
==========================================
  Files          123     123              
  Lines         2811    2810       -1     
  Branches       544     544              
==========================================
  Hits            16      16              
+ Misses        2469    2468       -1     
  Partials       326     326
Impacted Files Coverage Δ
src/utils/steem.js 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0293941...33576e0. Read the comment docs.