Skip to content

Commit 4a27874

Browse files
committed
chore: Remove unnecessary code in setup_web.dart
1 parent 9d1b0bf commit 4a27874

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/powersync/bin/setup_web.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ void main(List<String> arguments) async {
9292
bool coreVersionIsInRange(String tag) {
9393
//Sets the range of powersync core version that is compatible with the sqlite3 version
9494
VersionConstraint constraint = VersionConstraint.parse('>=0.1.0 <=0.1.9');
95-
if (!tag.contains("-powersync")) return false;
9695
List<String> parts = tag.split('-');
9796
String powersyncPart = parts[1];
9897

0 commit comments

Comments
 (0)