mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
allowing html for database psas
This commit is contained in:
parent
2393451985
commit
3e356722d7
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ export async function show(): Promise<void> {
|
|||
psa.sticky,
|
||||
() => {
|
||||
setMemory(psa._id);
|
||||
}
|
||||
},
|
||||
true
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue