We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efcb79a + 0cafc53 commit fb274d8Copy full SHA for fb274d8
1 file changed
gmn/src/d1_gmn/app/views/decorators.py
@@ -85,8 +85,8 @@ def decode_id(f):
85
# this can be fixed. Update this accordingly.
86
@functools.wraps(f)
87
def wrapper(request, did, *args, **kwargs):
88
- # return f(request, d1_common.url.decodeQueryElement(did), *args, **kwargs)
89
- return f(request, did, *args, **kwargs)
+ return f(request, d1_common.url.decodeQueryElement(did), *args, **kwargs)
+ # return f(request, did, *args, **kwargs)
90
91
return wrapper
92
0 commit comments