diff options
author | Kegsay <kegan@matrix.org> | 2020-06-04 11:50:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 11:50:57 +0100 |
commit | 097cdf879cb83324e238ee489354e87d77ee4dc9 (patch) | |
tree | f415d916f20431cbb86de797fd3a475d0394a51b /clientapi/auth | |
parent | e7d1ac84c32a10f8deb7bcfc94531386312179c7 (diff) |
s/Base64String/Base64Bytes/g (#1093)
* s/Base64String/Base64Bytes/g
Requires https://github.com/matrix-org/gomatrixserverlib/pull/203 to land first
* update gmsl
Diffstat (limited to 'clientapi/auth')
-rw-r--r-- | clientapi/auth/storage/accounts/sqlite3/constraint_wasm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clientapi/auth/storage/accounts/sqlite3/constraint_wasm.go b/clientapi/auth/storage/accounts/sqlite3/constraint_wasm.go index b5077c07..0dd5b1fe 100644 --- a/clientapi/auth/storage/accounts/sqlite3/constraint_wasm.go +++ b/clientapi/auth/storage/accounts/sqlite3/constraint_wasm.go @@ -18,4 +18,4 @@ package sqlite3 func isConstraintError(err error) bool { return false -}
\ No newline at end of file +} |