mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
var -> const
This commit is contained in:
parent
caa0117318
commit
081e59bb78
@ -55,7 +55,7 @@ export const uuidv4 = () => {
|
||||
* @returns {string} the shaded color
|
||||
*/
|
||||
export const rgbLogShade = (p, c) => {
|
||||
var i = parseInt,
|
||||
const i = parseInt,
|
||||
r = Math.round,
|
||||
[a, b, c, d] = c.split(','),
|
||||
P = p < 0,
|
||||
|
Loading…
Reference in New Issue
Block a user