waku-org / examples.waku.org

Examples on how to use the js-waku library
http://examples.waku.org/
Apache License 2.0
31 stars 9 forks source link

fix: change enrtree public key to pattern #278

Closed yakimant closed 1 year ago

yakimant commented 1 year ago

Not sure if I escaped backslash properly. Please test.

See:

yakimant commented 1 year ago

I've run prettier locally (unfortunately --list-different on CI doesn't show the problematic code.

And problem appeared to be in the pattern. I've fixed the complaing, but I don't know how to test that pattern works.

@fryorcraken, @danisharora099, please help to test it.

danisharora099 commented 1 year ago

I've run prettier locally (unfortunately --list-different on CI doesn't show the problematic code.

And problem appeared to be in the pattern. I've fixed the complaing, but I don't know how to test that pattern works.

@fryorcraken, @danisharora099, please help to test it.

Sorry, what's the problem here?

fryorcraken commented 1 year ago

I've run prettier locally (unfortunately --list-different on CI doesn't show the problematic code.

And problem appeared to be in the pattern. I've fixed the complaing, but I don't know how to test that pattern works.

@fryorcraken, @danisharora099, please help to test it.

Sorry, what's the problem here?

I don't think there was an issue. Sorted 🙂