mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
added passing encrypt in the create string
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@
|
||||
data.size,
|
||||
data.required,
|
||||
data.default,
|
||||
data.array
|
||||
data.array,
|
||||
data.encrypt
|
||||
);
|
||||
}
|
||||
export async function updateString(
|
||||
|
||||
Reference in New Issue
Block a user