0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

modules/client/keys/claim: Use proper resource method flag.

This commit is contained in:
Jason Volk 2020-04-19 23:25:03 -07:00
parent 266530bc5e
commit 1a0a24d91a

View file

@ -93,7 +93,7 @@ method_post__unstable
{
claim_resource__unstable, "POST", post__keys_claim,
{
method_post.REQUIRES_AUTH
method_post__unstable.REQUIRES_AUTH
}
};