mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-26 06:35:51 +02:00
Archive commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const createReloadSettings =
|
||||
(reloadSettings: () => Promise<void>) =>
|
||||
async () =>
|
||||
await reloadSettings();
|
||||
Reference in New Issue
Block a user