Skip to content

Commit

Permalink
Silence a warning that can be addressed later (#161)
Browse files Browse the repository at this point in the history
Also bump copyright
  • Loading branch information
nighthawk authored Mar 22, 2022
1 parent 2dc0f13 commit 6495be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2015-2021 by SkedGo Pty Ltd
Copyright TripKit 2015-2022 by SkedGo Pty Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

## License

TripKit is copyright 2011-2020 by SkedGo Pty Ltd
TripKit is copyright 2015-2022 by SkedGo Pty Ltd
2 changes: 1 addition & 1 deletion Sources/TripKitObjc/TKServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ - (void)initiateDataTaskWithMethod:(NSString *)method
NSError *serverError = error;
if (serverError || status >= 500) {
BOOL isUserError = NO;
#warning TODO: Re-instate no failover on user error?
// LATER: Re-instate no failover on user error
if (isUserError && serverError != nil) {
if (callbackOnMain) {
dispatch_async(dispatch_get_main_queue(), ^{
Expand Down

0 comments on commit 6495be5

Please sign in to comment.