mirror of
https://github.com/solero/houdini.git
synced 2025-08-09 20:24:05 +00:00
Remove unneeded allow_once decorator
This commit is contained in:
@@ -71,7 +71,6 @@ async def handle_get_recent_stamps(p):
|
|||||||
|
|
||||||
|
|
||||||
@handlers.handler(XTPacket('st', 'sse'))
|
@handlers.handler(XTPacket('st', 'sse'))
|
||||||
@handlers.allow_once
|
|
||||||
async def handle_stamp_add(p, stamp: Stamp):
|
async def handle_stamp_add(p, stamp: Stamp):
|
||||||
await p.add_stamp(stamp)
|
await p.add_stamp(stamp)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user