Skip to content

Commit 80bf31e

Browse files
authored
Fix MiniJSON namespace in Database (#314)
1 parent 7054ec3 commit 80bf31e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

database/src/DataSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Collections.Generic;
1919

2020
using Firebase.Database.Internal;
21-
using MiniJSON;
21+
using Google.MiniJSON;
2222

2323
namespace Firebase.Database {
2424
/// <summary>

database/src/DatabaseReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Collections.Generic;
1919
using System.Threading.Tasks;
2020
using Firebase.Database.Internal;
21-
using MiniJSON;
21+
using Google.MiniJSON;
2222

2323
namespace Firebase.Database {
2424
/// <summary>

0 commit comments

Comments
 (0)