Skip to content
Snippets Groups Projects
Commit ef5cd465 authored by adcpm's avatar adcpm
Browse files

Fix permlink

parent 81adc47b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ describe('steem.broadcast', () => { ...@@ -17,7 +17,7 @@ describe('steem.broadcast', () => {
}); });
it('works', async () => { it('works', async () => {
const permlink = new Date().toISOString().toLowerCase(); const permlink = new Date().toISOString().replace(/[^a-zA-Z0-9]+/g, '').toLowerCase();
const operations = [ const operations = [
['comment', ['comment',
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment