1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Remove userId from data models (#771)

This commit is contained in:
Oscar Hinton
2022-04-20 15:59:51 +02:00
committed by GitHub
parent f6e3481fe9
commit 366d9b3c63
12 changed files with 30 additions and 70 deletions

View File

@@ -9,7 +9,6 @@ describe("Folder", () => {
beforeEach(() => {
data = {
id: "id",
userId: "userId",
name: "encName",
revisionDate: "2022-01-31T12:00:00.000Z",
};